File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ commands:
2626 steps :
2727 - restore_cache :
2828 keys :
29- - apicast-cpanm-v2 -{{ arch }}-{{ checksum "gateway/cpanfile.snapshot" }}
30- - apicast-cpanm-v2 -{{ arch }}-{{ .Branch }}
31- - apicast-cpanm-v2 -{{ arch }}-master
29+ - apicast-cpanm-v3 -{{ arch }}-{{ checksum "gateway/cpanfile.snapshot" }}
30+ - apicast-cpanm-v3 -{{ arch }}-{{ .Branch }}
31+ - apicast-cpanm-v3 -{{ arch }}-master
3232
3333 setup-docker :
3434 steps :
@@ -180,7 +180,7 @@ jobs:
180180 - restore-perl-cache
181181 - run : make carton
182182 - save_cache :
183- key : apicast-cpanm-v2 -{{ arch }}-{{ checksum "gateway/cpanfile.snapshot" }}
183+ key : apicast-cpanm-v3 -{{ arch }}-{{ checksum "gateway/cpanfile.snapshot" }}
184184 << : *perl-cache-paths
185185 - persist_to_workspace :
186186 root : .
You can’t perform that action at this time.
0 commit comments