Skip to content

Commit c9f6a9b

Browse files
committed
merge master
1 parent 8498f45 commit c9f6a9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ jobs:
55
image: ubuntu-2004:202111-02
66
environment:
77
SBT_VERSION_TAG: sbt-0.13.15_mongo-3.2.17_node-8.x_jdk-8
8-
USER_UID: 1001
9-
USER_GID: 1001
8+
USER_UID: 1000
9+
USER_GID: 1000
1010
TARGET_DIR: target/scala-2.12
1111
steps:
1212
- checkout
@@ -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)