Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
zainasir committed Feb 7, 2025
1 parent bd1518e commit a30c947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ jobs:
- run:
name: Start backend server with keycloak
environment:
KEYCLOAK_CONFIG_PATH: '/tmp/repo/keycloak-config-generated.json'
APPLICATION_PROPERTIES_PATH: '/tmp/repo/cbioportal-frontend/end-to-end-test/local/runtime-config/portal.properties'
KEYCLOAK_CONFIG_PATH: '/tmp/repos/keycloak-config-generated.json'
APPLICATION_PROPERTIES_PATH: '/tmp/repos/cbioportal-frontend/end-to-end-test/local/runtime-config/portal.properties'
command: |
cd cbioportal-test
export DOCKER_IMAGE_CBIOPORTAL=$DOCKER_REPO:$CIRCLE_SHA1
Expand Down

0 comments on commit a30c947

Please sign in to comment.