Skip to content

Commit

Permalink
[LOCAL] Bump git checkout cache key (fourth time)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelset committed Nov 4, 2022
1 parent 94b1165 commit 41a80f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ references:
# Anchors for the cache keys

cache_keys:
checkout_cache_key: &checkout_cache_key v4-checkout
checkout_cache_key: &checkout_cache_key v5-checkout
gems_cache_key: &gems_cache_key v1-gems-{{ checksum "Gemfile.lock" }}
gradle_cache_key: &gradle_cache_key v1-gradle-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }}-{{ checksum "ReactAndroid/gradle.properties" }}
hermes_workspace_cache_key: &hermes_workspace_cache_key v4-hermes-{{ .Environment.CIRCLE_JOB }}-{{ checksum "/tmp/hermes/hermesversion" }}
Expand Down

0 comments on commit 41a80f2

Please sign in to comment.