Skip to content

Commit 9cd09e6

Browse files
filipesilvamgechev
authored andcommitted
ci: bump cache key (angular#16067)
Our yarn cache is now at 4gb: ``` No cache is found for key: angular_devkit-0.11.0-m+RxJhhe6Gc_rzgntffBpEs5LmGYauhWKuRZBYBtlP0= Found a cache from build 106076 at angular_devkit-0.11.0 Size: 4.0 GB Cached paths: * /home/circleci/.cache/yarn Downloading cache archive... Unarchiving cache... ``` By bumping the cache key we'll reset it.
1 parent 217eb29 commit 9cd09e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ version: 2.1
1616
# Keep the static part of the cache key as prefix to enable correct fallbacks.
1717
# Windows needs its own cache key because binaries in node_modules are different.
1818
# See https://circleci.com/docs/2.0/caching/#restoring-cache for how prefixes work in CircleCI.
19-
var_1: &cache_key angular_devkit-0.11.0-{{ checksum "yarn.lock" }}
20-
var_2: &cache_key_fallback angular_devkit-0.11.0
21-
var_1_win: &cache_key_win angular_devkit-win-0.11.0-{{ checksum "yarn.lock" }}
22-
var_2_win: &cache_key_fallback_win angular_devkit-win-0.11.0
19+
var_1: &cache_key angular_devkit-0.12.0-{{ checksum "yarn.lock" }}
20+
var_2: &cache_key_fallback angular_devkit-0.12.0
21+
var_1_win: &cache_key_win angular_devkit-win-0.12.0-{{ checksum "yarn.lock" }}
22+
var_2_win: &cache_key_fallback_win angular_devkit-win-0.12.0
2323
var_3: &default_nodeversion "12.9"
2424
# Workspace initially persisted by the `setup` job, and then enhanced by `setup-and-build-win`.
2525
# https://circleci.com/docs/2.0/workflows/#using-workspaces-to-share-data-among-jobs

0 commit comments

Comments
 (0)