Skip to content

Commit 973f7ec

Browse files
rtkaczykChristos KK Loverdos
authored andcommitted
refresh CircleCI cache
1 parent 44fcd0f commit 973f7ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- checkout
1010

1111
- restore_cache:
12-
key: mantis-{{ checksum "build.sbt" }}-{{ checksum "project/build.properties" }}-{{ checksum "project/plugins.sbt" }}
12+
key: mantis-{{ checksum "build.sbt" }}-{{ checksum "project/build.properties" }}-{{ checksum "project/plugins.sbt" }}-v1
1313

1414
- run:
1515
name: submodule
@@ -58,7 +58,7 @@ jobs:
5858
command: $SBT benchmark:compile snappy:compile dist
5959

6060
- save_cache:
61-
key: mantis-{{ checksum "build.sbt" }}-{{ checksum "project/build.properties" }}-{{ checksum "project/plugins.sbt" }}
61+
key: mantis-{{ checksum "build.sbt" }}-{{ checksum "project/build.properties" }}-{{ checksum "project/plugins.sbt" }}-v1
6262
paths:
6363
- ~/.sbt
6464
- ~/.ivy2/cache
@@ -72,7 +72,7 @@ jobs:
7272
- checkout
7373

7474
- restore_cache:
75-
key: mantis-{{ checksum "build.sbt" }}-{{ checksum "project/build.properties" }}-{{ checksum "project/plugins.sbt" }}
75+
key: mantis-{{ checksum "build.sbt" }}-{{ checksum "project/build.properties" }}-{{ checksum "project/plugins.sbt" }}-v1
7676

7777
- run:
7878
name: FULL ETS

0 commit comments

Comments
 (0)