Skip to content

Commit

Permalink
🔧 Remove temp docker image (#10713)
Browse files Browse the repository at this point in the history
  • Loading branch information
haynescd authored Mar 14, 2024
1 parent d991083 commit 6d1f271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: 'Start cbioportal-docker-compose'
working-directory: ./cbioportal-docker-compose
run: |
export DOCKER_IMAGE_CBIOPORTAL=cbioportal/cbioportal:demo-test-docker-entrypoint && docker-compose -f docker-compose.yml -f $PORTAL_SOURCE_DIR/test/integration/docker-compose-localbuild.yml up -d
docker-compose -f docker-compose.yml -f $PORTAL_SOURCE_DIR/test/integration/docker-compose-localbuild.yml up -d
- name: 'Wait for cbioportal to initialize ...'
id: startup
uses: nev7n/wait_for_response@v1
Expand Down

0 comments on commit 6d1f271

Please sign in to comment.