Skip to content

Commit 7b8eeea

Browse files
committed
Reset CircleCI cache
1 parent c9f345e commit 7b8eeea

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.circleci/config.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ version: 2.1
66

77
aliases:
88
- &restore_repo_cache
9-
key: v23-repo-{{ .Environment.CIRCLE_SHA1 }}
9+
key: v24-repo-{{ .Environment.CIRCLE_SHA1 }}
1010

1111
- &save_repo_cache
12-
key: v23-repo-{{ .Environment.CIRCLE_SHA1 }}
12+
key: v24-repo-{{ .Environment.CIRCLE_SHA1 }}
1313
paths:
1414
- ~/codesandbox-client
1515

1616
- &restore_deps_cache
1717
keys:
18-
- v23-dependency-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
19-
- v23-dependency-cache-{{ .Branch }}
20-
- v23-dependency-cache
18+
- v24-dependency-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
19+
- v24-dependency-cache-{{ .Branch }}
20+
- v24-dependency-cache
2121

2222
- &save_deps_cache
23-
key: v23-dependency-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
23+
key: v24-dependency-cache-{{ .Branch }}-{{ checksum "yarn.lock" }}
2424
paths:
2525
- node_modules
2626
- packages/app/node_modules
@@ -39,37 +39,37 @@ aliases:
3939

4040
- &restore_standalone_deps_cache
4141
keys:
42-
- v23-standalone-dependency-cache-{{ .Branch }}-{{ checksum
42+
- v24-standalone-dependency-cache-{{ .Branch }}-{{ checksum
4343
"standalone-packages/codesandbox-browserfs/yarn.lock" }}
44-
- v23-standalone-dependency-cache-{{ .Branch }}
45-
- v23-standalone-dependency-cache
44+
- v24-standalone-dependency-cache-{{ .Branch }}
45+
- v24-standalone-dependency-cache
4646

4747
- &save_standalone_deps_cache
4848
key:
49-
v23-standalone-dependency-cache-{{ .Branch }}-{{ checksum
49+
v24-standalone-dependency-cache-{{ .Branch }}-{{ checksum
5050
"standalone-packages/codesandbox-browserfs/yarn.lock" }}
5151
paths:
5252
- standalone-packages/codesandbox-browserfs/node_modules
5353

5454
- &restore_prod_build_cache
55-
key: v23-prod-app-build-cache-master
55+
key: v24-prod-app-build-cache-master
5656

5757
- &restore_prod_cache
5858
key:
59-
v23-prod-build-cache-{{ .Environment.CIRCLE_BRANCH }}-{{
59+
v24-prod-build-cache-{{ .Environment.CIRCLE_BRANCH }}-{{
6060
.Environment.CIRCLE_SHA1 }}
6161

6262
- &save_prod_app_cache
6363
key:
64-
v23-prod-app-build-cache-{{ .Environment.CIRCLE_BRANCH }}-{{
64+
v24-prod-app-build-cache-{{ .Environment.CIRCLE_BRANCH }}-{{
6565
.Environment.CIRCLE_SHA1 }}
6666
paths:
6767
- ./packages/app/www
6868
- ./packages/homepage/.cache
6969

7070
- &save_prod_cache
7171
key:
72-
v23-prod-build-cache-{{ .Environment.CIRCLE_BRANCH }}-{{
72+
v24-prod-build-cache-{{ .Environment.CIRCLE_BRANCH }}-{{
7373
.Environment.CIRCLE_SHA1 }}
7474
paths:
7575
- ./www

0 commit comments

Comments
 (0)