Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zainasir committed Jan 21, 2025
1 parent 0af185c commit b2243f4
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 @@ -447,7 +447,7 @@ jobs:
command: |
git clone https://github.com/cbioportal/cbioportal-docker-compose.git
cd cbioportal-docker-compose
./utils/gen-keycloak-config.sh --studies=$STUDIES --template='/tmp/repo/cbioportal-docker-compose/dev/keycloak/keycloak-config.json --out='/tmp/repo/keycloak-config-generated.json'
./utils/gen-keycloak-config.sh --studies=$STUDIES --template='/tmp/repo/cbioportal-docker-compose/dev/keycloak/keycloak-config.json' --out='/tmp/repo/keycloak-config-generated.json'
- run:
name: Start backend server with keycloak
environment:
Expand Down

0 comments on commit b2243f4

Please sign in to comment.