Skip to content

Commit ebf79a1

Browse files
committed
Force new cache for yarn clean
1 parent 369de40 commit ebf79a1

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.circleci/config.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ aliases:
2525

2626
- &restore_deps_cache
2727
keys:
28-
- v26-dependency-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
29-
- v26-dependency-cache-{{ .Branch }}
30-
- v26-dependency-cache
28+
- v27-dependency-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
29+
- v27-dependency-cache-{{ .Branch }}
30+
- v27-dependency-cache
3131

3232
- &save_deps_cache
33-
key: v26-dependency-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
33+
key: v27-dependency-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
3434
paths:
3535
- node_modules
3636
- packages/app/node_modules
@@ -49,51 +49,51 @@ aliases:
4949

5050
- &restore_standalone_deps_cache
5151
keys:
52-
- v26-standalone-dependency-cache-{{ .Branch }}-{{ checksum
52+
- v27-standalone-dependency-cache-{{ .Branch }}-{{ checksum
5353
"standalone-packages/codesandbox-browserfs/yarn.lock" }}
54-
- v26-standalone-dependency-cache-{{ .Branch }}
55-
- v26-standalone-dependency-cache
54+
- v27-standalone-dependency-cache-{{ .Branch }}
55+
- v27-standalone-dependency-cache
5656

5757
- &save_standalone_deps_cache
5858
key:
59-
v26-standalone-dependency-cache-{{ .Branch }}-{{ checksum
59+
v27-standalone-dependency-cache-{{ .Branch }}-{{ checksum
6060
"standalone-packages/codesandbox-browserfs/yarn.lock" }}
6161
paths:
6262
- standalone-packages/codesandbox-browserfs/node_modules
6363

6464
- &restore_prod_homepage_cache
65-
key: v26-prod-homepage-build-cache-master
65+
key: v27-prod-homepage-build-cache-master
6666

6767
- &restore_prod_result
6868
key:
69-
v26-prod-build-result-{{ .Environment.CIRCLE_BRANCH
69+
v27-prod-build-result-{{ .Environment.CIRCLE_BRANCH
7070
}}-{{.Environment.CIRCLE_SHA1 }}
7171

7272
- &save_prod_build_cache
7373
key:
74-
v26-prod-build-cache-{{ .Environment.CIRCLE_BRANCH
74+
v27-prod-build-cache-{{ .Environment.CIRCLE_BRANCH
7575
}}-{{.Environment.CIRCLE_SHA1 }}
7676
paths:
7777
- packages/app/node_modules/.cache
7878

7979
- &restore_prod_build_cache
8080
keys:
81-
- v26-prod-build-cache-{{ .Environment.CIRCLE_BRANCH
81+
- v27-prod-build-cache-{{ .Environment.CIRCLE_BRANCH
8282
}}-{{.Environment.CIRCLE_SHA1 }}
83-
- v26-prod-build-cache-{{ .Environment.CIRCLE_BRANCH }}-
84-
- v26-prod-build-cache-master-
83+
- v27-prod-build-cache-{{ .Environment.CIRCLE_BRANCH }}-
84+
- v27-prod-build-cache-master-
8585

8686
# To persist the images built by sharp
8787
- &save_prod_homepage_cache
8888
key:
89-
v26-prod-homepage-build-cache-{{ .Environment.CIRCLE_BRANCH }}-{{
89+
v27-prod-homepage-build-cache-{{ .Environment.CIRCLE_BRANCH }}-{{
9090
.Environment.CIRCLE_SHA1 }}
9191
paths:
9292
- ./packages/homepage/public
9393

9494
- &save_prod_result
9595
key:
96-
v26-prod-build-result-{{ .Environment.CIRCLE_BRANCH }}-{{
96+
v27-prod-build-result-{{ .Environment.CIRCLE_BRANCH }}-{{
9797
.Environment.CIRCLE_SHA1 }}
9898
paths:
9999
- ./www

0 commit comments

Comments
 (0)