Skip to content

Commit

Permalink
fix typo in env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
zainasir committed Jan 6, 2025
1 parent f022375 commit 0a55809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ jobs:
- run:
name: Save cbioportal image as tar
command: |
export $DOCKER_TAG=$CIRCLE_SHA1
export DOCKER_TAG=$CIRCLE_SHA1
docker save -o $DOCKER_TAG-web-shenandoah.tar $DOCKER_REPO:$DOCKER_TAG-web-shenandoah
- persist_to_workspace:
root: /tmp/repos
Expand Down Expand Up @@ -341,7 +341,7 @@ jobs:
- run:
name: Load cbioportal image
command: |
export $DOCKER_TAG=$CIRCLE_SHA1
export DOCKER_TAG=$CIRCLE_SHA1
docker load -i $DOCKER_REPO:$DOCKER_TAG-web-shenandoah.tar
- run:
name: Instantiate a cbioportal instance
Expand Down

0 comments on commit 0a55809

Please sign in to comment.