Skip to content

Commit c1bece2

Browse files
committed
ci: increase perl cache version
1 parent 1c7a02e commit c1bece2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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: .

0 commit comments

Comments
 (0)