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 a9da078 commit 4fbacb6Copy full SHA for 4fbacb6
.circleci/config.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- run:
22
name: debug git output
23
- command: docker-compose run -T -e CI=$CI sbt bash -c "git config --global --add safe.directory /fossildb && sbt assembly"
+ command: docker-compose run -T -e CI=$CI sbt bash -c "git config --global --add safe.directory /fossildb && git rev-parse HEAD"
24
25
26
name: Build server
0 commit comments