File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ var_2: &docker-firefox-image circleci/node:12.14.1-browsers
13
13
# **Note**: When updating the beginning of the cache key, also update the cache key to match
14
14
# the new cache key prefix. This allows us to take advantage of CircleCI's fallback caching.
15
15
# Read more here: https://circleci.com/docs/2.0/caching/#restoring-cache.
16
- var_3 : &cache_key v6-ng -mat-{{ checksum ".bazelversion" }}-{{ checksum "tools/postinstall/apply-patches.js" }}-{{ checksum "WORKSPACE" }}-{{ checksum "yarn.lock" }}
16
+ var_3 : &cache_key v6-ngblah -mat-{{ checksum ".bazelversion" }}-{{ checksum "tools/postinstall/apply-patches.js" }}-{{ checksum "WORKSPACE" }}-{{ checksum "yarn.lock" }}
17
17
# We want to invalidate the cache if the postinstall patches change. In order to apply new
18
18
# patches, a clean version of the node modules is needed. Additionally, we invalidate the cache
19
19
# if the Bazel version changes. We do this because otherwise the `bazelisk` cache folder will
20
20
# contain all previously used versions and ultimately cause the cache restoring to be slower.
21
- var_4 : &cache_fallback_key v6-ng -mat-{{ checksum ".bazelversion" }}-{{ checksum "tools/postinstall/apply-patches.js" }}-
21
+ var_4 : &cache_fallback_key v6-ngblah -mat-{{ checksum ".bazelversion" }}-{{ checksum "tools/postinstall/apply-patches.js" }}-
22
22
23
23
# Settings common to each job
24
24
var_5 : &job_defaults
You can’t perform that action at this time.
0 commit comments