Skip to content

Commit 4cce8fd

Browse files
committed
Remove the generic cache keys
1 parent 51cfbf4 commit 4cce8fd

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/commands/android_build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,15 @@ steps:
2121
- restore_cache:
2222
keys:
2323
- gradle-wrapper-{{ arch }}-{{ checksum "<<parameters.project_path>>/gradle/wrapper/gradle-wrapper.properties" }}-{{ .Environment.CACHE_VERSION }}
24-
- gradle-wrapper
2524

2625
- restore_cache:
2726
keys:
2827
- gradle-home-cache-{{ arch }}-{{ checksum "~/.tmp/checksumfiles/build.gradle" }}-{{ checksum "~/.tmp/checksumfiles/settings.gradle" }}-{{ .Environment.CACHE_VERSION }}
29-
- gradle-home-cache
3028

3129
- restore_cache:
3230
name: Restoring Gradle Build caches
3331
keys:
3432
- gradle-build-cache-{{ .Revision }}
35-
- gradle-build-cache
3633

3734
- run:
3835
name: Dispersing Gradle Build caches for restoring

src/commands/yarn_install.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ steps:
1010
- restore_cache:
1111
keys:
1212
- yarn-cache-{{ arch }}-{{ checksum "~/.tmp/checksumfiles/package.json" }}-{{ checksum "~/.tmp/checksumfiles/yarn.lock" }}-{{ .Environment.CACHE_VERSION }}
13-
- yarn-cache
1413
- run:
1514
name: Yarn Install
1615
command: yarn install --non-interactive --cache-folder ~/.cache/yarn

0 commit comments

Comments
 (0)