Skip to content

Commit

Permalink
skip web-and-data image build for api tests (#11255)
Browse files Browse the repository at this point in the history
  • Loading branch information
zainasir authored Dec 4, 2024
1 parent 04c9b42 commit 68dfdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ jobs:
command: |
cd cbioportal-test
export DOCKER_TAG=$CIRCLE_SHA1
./scripts/build-push-image.sh --src=/tmp/repos/cbioportal --push=true
./scripts/build-push-image.sh --src=/tmp/repos/cbioportal --push=true --skip_web_and_data=true
EXISTS=$(docker manifest inspect $DOCKER_REPO:$DOCKER_TAG-web-shenandoah > /dev/null; echo $?)
if [ $EXISTS -eq 0 ]; then
echo "Build succeeded!"
Expand Down

0 comments on commit 68dfdaf

Please sign in to comment.