Skip to content

Commit 6c63996

Browse files
authored
Update config.yml
1 parent bcfa6c0 commit 6c63996

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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:
@@ -69,6 +73,7 @@ jobs:
6973
- run:
7074
name: Show version
7175
command: cat $TARGET_DIR/version
76+
7277
- run:
7378
name: Release JAR on Github
7479
command: |

0 commit comments

Comments
 (0)