File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
- checkout
10
10
11
11
- 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
13
13
14
14
- run :
15
15
name : submodule
58
58
command : $SBT benchmark:compile snappy:compile dist
59
59
60
60
- 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
62
62
paths :
63
63
- ~/.sbt
64
64
- ~/.ivy2/cache
72
72
- checkout
73
73
74
74
- 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
76
76
77
77
- run :
78
78
name : FULL ETS
You can’t perform that action at this time.
0 commit comments