Skip to content

Commit

Permalink
Merge pull request #4615 from cBioPortal/diable_keycloak_cache
Browse files Browse the repository at this point in the history
Disable keycloak caching for localdb tests
  • Loading branch information
dippindots authored May 5, 2023
2 parents f3ad97f + e81ef64 commit 0e11c0b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,6 @@ jobs:
- restore_cache:
keys:
- v10-cbio-database-files-{{ checksum "/tmp/db_data_md5key" }}
- restore_cache:
keys:
- v14-keycloak-database-files-{{ checksum "e2e-localdb-workspace/keycloak/keycloak-config-generated.json" }}
- run:
name: Init database
command: |
Expand All @@ -326,10 +323,6 @@ jobs:
sudo chmod -R 777 $KC_DB_DATA_DIR && \
sudo chown -R circleci:circleci $KC_DB_DATA_DIR; \
fi
- save_cache:
paths:
- /tmp/repo/e2e-localdb-workspace/kc_db_data
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 0e11c0b

Please sign in to comment.