Skip to content

Commit

Permalink
#811 | circleci restore gradle caches separately
Browse files Browse the repository at this point in the history
  • Loading branch information
1t5j0y committed Feb 3, 2023
1 parent 8ea2be8 commit 3129731
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
keys:
# - v1-dependencies-{{ checksum "package.json" }}
- v1-dependencies-{{ checksum "packages/openchs-android/package.json" }}
- restore_cache:
keys:
- v1-dependencies-{{ checksum "packages/openchs-android/android/app/build.gradle" }}-staging
- v1-dependencies-
- run: sudo apt --only-upgrade install software-properties-common
Expand Down Expand Up @@ -83,6 +85,8 @@ jobs:
keys:
# - v1-dependencies-{{ checksum "package.json" }}
- v1-dependencies-{{ checksum "packages/openchs-android/package.json" }}
- restore_cache:
keys:
- v1-dependencies-{{ checksum "packages/openchs-android/android/app/build.gradle" }}-live
- v1-dependencies-
- run: sudo apt update
Expand Down

0 comments on commit 3129731

Please sign in to comment.