Skip to content

Commit

Permalink
dirty-commit: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zainasir committed Jan 7, 2025
1 parent 8cda105 commit cbc6dce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,21 +300,21 @@ jobs:
at: /tmp/repos
- checkout:
path: /tmp/repos/cbioportal
- build_push_image:
push: "false"
#- build_push_image:
# push: "false"
- run:
name: Save cbioportal image as tar
command: |
export DOCKER_TAG=$CIRCLE_SHA1
docker save -o $DOCKER_TAG-web-shenandoah.tar $DOCKER_REPO:$DOCKER_TAG-web-shenandoah
#docker save -o cbioportal-web-shenandoah.tar $DOCKER_REPO:$DOCKER_TAG-web-shenandoah
- run:
name: Debug step
command: |
ls
- persist_to_workspace:
root: /tmp/repos
paths:
- $CIRCLE_SHA1-web-shenandoah.tar
- cbioportal

push_image:
machine:
Expand Down

0 comments on commit cbc6dce

Please sign in to comment.