We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b1165 commit 41a80f2Copy full SHA for 41a80f2
.circleci/config.yml
@@ -48,7 +48,7 @@ references:
48
# Anchors for the cache keys
49
50
cache_keys:
51
- checkout_cache_key: &checkout_cache_key v4-checkout
+ checkout_cache_key: &checkout_cache_key v5-checkout
52
gems_cache_key: &gems_cache_key v1-gems-{{ checksum "Gemfile.lock" }}
53
gradle_cache_key: &gradle_cache_key v1-gradle-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }}-{{ checksum "ReactAndroid/gradle.properties" }}
54
hermes_workspace_cache_key: &hermes_workspace_cache_key v4-hermes-{{ .Environment.CIRCLE_JOB }}-{{ checksum "/tmp/hermes/hermesversion" }}
0 commit comments