Skip to content

Commit

Permalink
Merge pull request #11328 from cBioPortal/fix/circleci
Browse files Browse the repository at this point in the history
Improve circleci tests with reusable docker images
  • Loading branch information
zainasir authored Jan 9, 2025
2 parents ae3733c + 4236dba commit 2b878bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ commands:
URL="https://hub.docker.com/v2/repositories/cbioportal/cbioportal-dev/tags/$DOCKER_TAG-web-shenandoah"
TAG_FOUND=$(curl -s $URL | jq -r .name)
if [ $TAG_FOUND = "$DOCKER_TAG-web-shenandoah" ]; then
echo "Image already exists. Skipping build step!"
echo "Image already exists. Pulling remote image and skipping build step!"
docker pull $DOCKER_REPO:$DOCKER_TAG-web-shenandoah
exit 0
fi
cd cbioportal-test
Expand Down

0 comments on commit 2b878bb

Please sign in to comment.