File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ jobs:
43
43
name : Build Application
44
44
command : yarn build:prod
45
45
- save_cache :
46
- key : v1-prod-app-build-cache-{{ .Environment.CIRCLE_BRANCH }}
46
+ key : v1-prod-app-build-cache-{{ .Environment.CIRCLE_BRANCH }}-{{ .Environment.CIRCLE_SHA1 }}
47
47
paths :
48
48
- ./packages/app/www
49
49
- save_cache :
50
- key : v1-prod-build-cache-{{ .Environment.CIRCLE_BRANCH }}
50
+ key : v1-prod-build-cache-{{ .Environment.CIRCLE_BRANCH }}-{{ .Environment.CIRCLE_SHA1 }}
51
51
paths :
52
52
- ./www
53
53
- store_artifacts :
@@ -104,7 +104,7 @@ jobs:
104
104
- restore_cache :
105
105
key : v1-repo-{{ .Environment.CIRCLE_SHA1 }}
106
106
- restore_cache :
107
- key : v1-prod-build-cache-{{ .Environment.CIRCLE_BRANCH }}
107
+ key : v1-prod-build-cache-{{ .Environment.CIRCLE_BRANCH }}-{{ .Environment.CIRCLE_SHA1 }}
108
108
- add_ssh_keys :
109
109
fingerprints :
110
110
- " f7:f1:e6:60:96:24:d9:cd:1b:8b:c0:34:e7:ee:fa:82"
You can’t perform that action at this time.
0 commit comments