File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -4,40 +4,40 @@ aliases:
4
4
save_cache :
5
5
paths :
6
6
- .git
7
- key : v1 -git-{{ .Revision }}
7
+ key : v2 -git-{{ .Revision }}
8
8
- &restore_git_cache
9
9
restore_cache :
10
10
keys :
11
- - v1 -git-{{ .Revision }}
12
- - v1 -git-
11
+ - v2 -git-{{ .Revision }}
12
+ - v2 -git-
13
13
- &save_build_cache
14
14
save_cache :
15
15
paths :
16
16
- build
17
- key : v1 -build-{{ .Revision }}
17
+ key : v2 -build-{{ .Revision }}
18
18
- &restore_build_cache
19
19
restore_cache :
20
20
keys :
21
- - v1 -build-{{ .Revision }}
21
+ - v2 -build-{{ .Revision }}
22
22
- &save_dist_cache
23
23
save_cache :
24
24
paths :
25
25
- dist
26
- key : v1 -dist-{{ .Revision }}
26
+ key : v2 -dist-{{ .Revision }}
27
27
- &restore_dist_cache
28
28
restore_cache :
29
29
keys :
30
- - v1 -dist-{{ .Revision }}
30
+ - v2 -dist-{{ .Revision }}
31
31
- &save_npm_cache
32
32
save_cache :
33
33
paths :
34
34
- node_modules
35
- key : v1 -npm-{{ checksum "package-lock.json" }}
35
+ key : v2 -npm-{{ checksum "package-lock.json" }}
36
36
- &restore_npm_cache
37
37
restore_cache :
38
38
keys :
39
- - v1 -npm-{{ checksum "package-lock.json" }}
40
- - v1 -npm-
39
+ - v2 -npm-{{ checksum "package-lock.json" }}
40
+ - v2 -npm-
41
41
- &defaults
42
42
docker :
43
43
- image : circleci/node:10-browsers
You can’t perform that action at this time.
0 commit comments