File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,22 @@ jobs:
1010 TARGET_DIR : target/scala-2.12
1111 steps :
1212 - checkout
13+
1314 - run :
1415 name : Prepare dependency folders
1516 command : mkdir -p ~/.m2 ~/.ivy2 ~/.sbt
1617
1718 - restore_cache :
1819 key : cache-{{ .Branch }}
20+
1921 - run :
2022 name : Build server
2123 command : docker-compose run -T -e CI=$CI sbt sbt assembly
24+
2225 - run :
2326 name : Get FossilDB version
24- command : docker-compose run sbt java -jar $TARGET_DIR/fossildb.jar --version > $TARGET_DIR/version
27+ command : docker-compose run -T sbt java -jar $TARGET_DIR/fossildb.jar --version > $TARGET_DIR/version
28+
2529 - save_cache :
2630 key : cache-{{ .Branch }}
2731 paths :
6973 - run :
7074 name : Show version
7175 command : cat $TARGET_DIR/version
76+
7277 - run :
7378 name : Release JAR on Github
7479 command : |
You can’t perform that action at this time.
0 commit comments