Skip to content

Commit 64d53e7

Browse files
committed
Introduce versioning for CircleCI cache key to invalidate old caches
1 parent 0e04a80 commit 64d53e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ templates:
99

1010

1111
var_1: &docker_image circleci/node:lts-browsers
12-
var_2: &cache_key raiden-webui-{{ .Branch }}-{{ checksum "yarn.lock" }}
12+
var_2: &cache_key raiden-webui-deps-v1-{{ .Branch }}-{{ checksum "yarn.lock" }}
1313

1414
anchor_1: &root_yarn_lock_key
1515
key: *cache_key

0 commit comments

Comments
 (0)