Skip to content

Commit 545ceb4

Browse files
committed
maint: refresh circle cache
1 parent d7ec39f commit 545ceb4

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
@@ -533,9 +533,9 @@ jobs:
533533
- data-v2-
534534
- restore_cache:
535535
keys:
536-
- bold-v5-{{ .Branch }}
537-
- bold-v5-master
538-
- bold-v5-
536+
- bold-v6-{{ .Branch }}
537+
- bold-v6-master
538+
- bold-v6-
539539

540540
- run:
541541
name: Remove old, cached configs
@@ -570,7 +570,7 @@ jobs:
570570
path: /tmp/bold/misc
571571

572572
- save_cache:
573-
key: bold-v5-{{ .Branch }}
573+
key: bold-v6-{{ .Branch }}
574574
paths:
575575
- /tmp/bold/work
576576

0 commit comments

Comments
 (0)