Skip to content

Commit

Permalink
load image locally
Browse files Browse the repository at this point in the history
  • Loading branch information
zainasir committed Jan 6, 2025
1 parent e205a5d commit c359eda
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ commands:
echo "Build failed!"
exit 1
fi
docker save -o $DOCKER_TAG-web-shenandoah.tar
jobs:
build_backend:
Expand Down Expand Up @@ -325,15 +326,20 @@ jobs:
docker_layer_caching: true
resource_class: large
working_directory: /tmp/repos
environment:
DOCKER_REPO: cbioportal/cbioportal-dev
steps:
- attach_workspace:
at: /tmp/repos
- checkout:
path: /tmp/repos/cbioportal
- run:
name: Load cbioportal image
command: |
docker load -i $DOCKER_REPO:$CIRCLE_SHA1-web-shenandoah.tar
- run:
name: Instantiate a cbioportal instance
environment:
DOCKER_REPO: cbioportal/cbioportal-dev
APP_CLICKHOUSE_MODE: "true"
command: |
cd cbioportal-test
Expand Down

0 comments on commit c359eda

Please sign in to comment.