Skip to content

Commit

Permalink
Merge pull request #4609 from cBioPortal/alisman-patch-1
Browse files Browse the repository at this point in the history
Update config.yml
  • Loading branch information
alisman authored May 2, 2023
2 parents 5c97dc7 + 57bb441 commit bcfb07d
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 @@ -300,7 +300,7 @@ jobs:
- v10-cbio-database-files-{{ checksum "/tmp/db_data_md5key" }}
- restore_cache:
keys:
- v12-keycloak-database-files-{{ checksum "e2e-localdb-workspace/keycloak/keycloak-config-generated.json" }}
- v14-keycloak-database-files-{{ checksum "e2e-localdb-workspace/keycloak/keycloak-config-generated.json" }}
- run:
name: Init database
command: |
Expand Down Expand Up @@ -329,7 +329,7 @@ jobs:
- save_cache:
paths:
- /tmp/repo/e2e-localdb-workspace/kc_db_data
key: v12-keycloak-database-files-{{ checksum "e2e-localdb-workspace/keycloak/keycloak-config-generated.json" }}
key: v14-keycloak-database-files-{{ checksum "e2e-localdb-workspace/keycloak/keycloak-config-generated.json" }}
- run:
name: Run end-2-end tests with studies in local database
command: |
Expand Down

0 comments on commit bcfb07d

Please sign in to comment.