Skip to content

Commit 19287a7

Browse files
committed
more ci debugging
1 parent 068b382 commit 19287a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020

2121
- run:
2222
name: debug git output
23-
command: docker-compose run -T -e CI=$CI sbt git rev-parse HEAD
23+
command: docker-compose run -T -e CI=$CI sbt bash -c "git config --global --add safe.directory /fossildb && sbt assembly"
2424

2525
- run:
2626
name: Build server
27-
command: docker-compose run -T -e CI=$CI sbt sbt assembly
27+
command: docker-compose run -T -e CI=$CI sbt bash -c "git config --global --add safe.directory /fossildb && sbt assembly"
2828

2929
- run:
3030
name: Get FossilDB version

0 commit comments

Comments
 (0)