Skip to content

Commit 53a6ebf

Browse files
authored
Update config.yml
1 parent 2ee9f15 commit 53a6ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
key: cache-{{ .Branch }}
1919
- run:
2020
name: Build server
21-
command: docker-compose run -e CI=$CI sbt sbt assembly
21+
command: docker-compose run -T -e CI=$CI sbt sbt assembly
2222
- run:
2323
name: Get FossilDB version
2424
command: docker-compose run sbt java -jar $TARGET_DIR/fossildb.jar --version > $TARGET_DIR/version

0 commit comments

Comments
 (0)