Skip to content

Commit dc520f8

Browse files
committed
Forcing new yarn cache
1 parent 5ff9aac commit dc520f8

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.circleci/config.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ aliases:
2626

2727
- &restore_deps_cache
2828
keys:
29-
- v32-dependency-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
30-
- v32-dependency-cache-{{ .Branch }}
31-
- v32-dependency-cache
29+
- v33-dependency-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
30+
- v33-dependency-cache-{{ .Branch }}
31+
- v33-dependency-cache
3232

3333
- &save_deps_cache
34-
key: v32-dependency-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
34+
key: v33-dependency-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
3535
paths:
3636
- node_modules
3737
- packages/app/node_modules
@@ -51,51 +51,51 @@ aliases:
5151

5252
- &restore_standalone_deps_cache
5353
keys:
54-
- v32-standalone-dependency-cache-{{ .Branch }}-{{ checksum
54+
- v33-standalone-dependency-cache-{{ .Branch }}-{{ checksum
5555
"standalone-packages/codesandbox-browserfs/yarn.lock" }}
56-
- v32-standalone-dependency-cache-{{ .Branch }}
57-
- v32-standalone-dependency-cache
56+
- v33-standalone-dependency-cache-{{ .Branch }}
57+
- v33-standalone-dependency-cache
5858

5959
- &save_standalone_deps_cache
6060
key:
61-
v32-standalone-dependency-cache-{{ .Branch }}-{{ checksum
61+
v33-standalone-dependency-cache-{{ .Branch }}-{{ checksum
6262
"standalone-packages/codesandbox-browserfs/yarn.lock" }}
6363
paths:
6464
- standalone-packages/codesandbox-browserfs/node_modules
6565

6666
- &restore_prod_homepage_cache
67-
key: v32-prod-homepage-build-cache-master
67+
key: v33-prod-homepage-build-cache-master
6868

6969
- &restore_prod_result
7070
key:
71-
v32-prod-build-result-{{ .Environment.CIRCLE_BRANCH
71+
v33-prod-build-result-{{ .Environment.CIRCLE_BRANCH
7272
}}-{{.Environment.CIRCLE_SHA1 }}
7373

7474
- &save_prod_build_cache
7575
key:
76-
v32-prod-build-cache-{{ .Environment.CIRCLE_BRANCH
76+
v33-prod-build-cache-{{ .Environment.CIRCLE_BRANCH
7777
}}-{{.Environment.CIRCLE_SHA1 }}
7878
paths:
7979
- packages/app/node_modules/.cache
8080

8181
- &restore_prod_build_cache
8282
keys:
83-
- v32-prod-build-cache-{{ .Environment.CIRCLE_BRANCH
83+
- v33-prod-build-cache-{{ .Environment.CIRCLE_BRANCH
8484
}}-{{.Environment.CIRCLE_SHA1 }}
85-
- v32-prod-build-cache-{{ .Environment.CIRCLE_BRANCH }}-
86-
- v32-prod-build-cache-master-
85+
- v33-prod-build-cache-{{ .Environment.CIRCLE_BRANCH }}-
86+
- v33-prod-build-cache-master-
8787

8888
# To persist the images built by sharp
8989
- &save_prod_homepage_cache
9090
key:
91-
v32-prod-homepage-build-cache-{{ .Environment.CIRCLE_BRANCH }}-{{
91+
v33-prod-homepage-build-cache-{{ .Environment.CIRCLE_BRANCH }}-{{
9292
.Environment.CIRCLE_SHA1 }}
9393
paths:
9494
- ./packages/homepage/public
9595

9696
- &save_prod_result
9797
key:
98-
v32-prod-build-result-{{ .Environment.CIRCLE_BRANCH }}-{{
98+
v33-prod-build-result-{{ .Environment.CIRCLE_BRANCH }}-{{
9999
.Environment.CIRCLE_SHA1 }}
100100
paths:
101101
- ./www
@@ -136,14 +136,14 @@ commands:
136136
steps:
137137
- restore_cache:
138138
keys:
139-
- v32-source-cache-{{ .Branch }}-{{ .Revision }}
140-
- v32-source-cache-{{ .Branch }}-
141-
- v32-source-cache-
139+
- v33-source-cache-{{ .Branch }}-{{ .Revision }}
140+
- v33-source-cache-{{ .Branch }}-
141+
- v33-source-cache-
142142

143143
- checkout
144144

145145
- save_cache:
146-
key: v32-source-cache-{{ .Branch }}-{{ .Revision }}
146+
key: v33-source-cache-{{ .Branch }}-{{ .Revision }}
147147
paths:
148148
- '.git'
149149
build_deps:

0 commit comments

Comments
 (0)