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 068b382 commit 19287a7Copy full SHA for 19287a7
.circleci/config.yml
@@ -20,11 +20,11 @@ jobs:
20
21
- run:
22
name: debug git output
23
- command: docker-compose run -T -e CI=$CI sbt git rev-parse HEAD
+ command: docker-compose run -T -e CI=$CI sbt bash -c "git config --global --add safe.directory /fossildb && sbt assembly"
24
25
26
name: Build server
27
- command: docker-compose run -T -e CI=$CI sbt sbt assembly
28
29
30
name: Get FossilDB version
0 commit comments