We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ec39f commit 545ceb4Copy full SHA for 545ceb4
.circleci/config.yml
@@ -533,9 +533,9 @@ jobs:
533
- data-v2-
534
- restore_cache:
535
keys:
536
- - bold-v5-{{ .Branch }}
537
- - bold-v5-master
538
- - bold-v5-
+ - bold-v6-{{ .Branch }}
+ - bold-v6-master
+ - bold-v6-
539
540
- run:
541
name: Remove old, cached configs
@@ -570,7 +570,7 @@ jobs:
570
path: /tmp/bold/misc
571
572
- save_cache:
573
- key: bold-v5-{{ .Branch }}
+ key: bold-v6-{{ .Branch }}
574
paths:
575
- /tmp/bold/work
576
0 commit comments