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 8498f45 commit c9f6a9bCopy full SHA for c9f6a9b
.circleci/config.yml
@@ -5,8 +5,8 @@ jobs:
5
image: ubuntu-2004:202111-02
6
environment:
7
SBT_VERSION_TAG: sbt-0.13.15_mongo-3.2.17_node-8.x_jdk-8
8
- USER_UID: 1001
9
- USER_GID: 1001
+ USER_UID: 1000
+ USER_GID: 1000
10
TARGET_DIR: target/scala-2.12
11
steps:
12
- checkout
@@ -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