Skip to content

Commit

Permalink
remove docker metadata manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
zainasir committed Jan 6, 2025
1 parent fafa23b commit de221ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ jobs:
name: Log in to Docker
command: |
export DOCKER_TAG=$CIRCLE_SHA1-web-shenandoah
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin;
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- run:
name: Push cBioPortal image to Docker Hub
environment:
Expand Down Expand Up @@ -364,8 +364,6 @@ jobs:
yarn --ignore-engines
yarn run apitests
- store_artifacts:
path: /tmp/repos/cbioportal-test/web-metadata.json
- store_artifacts:
path: /tmp/repos/docker-compose-logs.txt

Expand Down

0 comments on commit de221ac

Please sign in to comment.