We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee9f15 commit 53a6ebfCopy full SHA for 53a6ebf
.circleci/config.yml
@@ -18,7 +18,7 @@ jobs:
18
key: cache-{{ .Branch }}
19
- run:
20
name: Build server
21
- command: docker-compose run -e CI=$CI sbt sbt assembly
+ command: docker-compose run -T -e CI=$CI sbt sbt assembly
22
23
name: Get FossilDB version
24
command: docker-compose run sbt java -jar $TARGET_DIR/fossildb.jar --version > $TARGET_DIR/version
0 commit comments