Skip to content

Commit 4fbacb6

Browse files
committed
output version number
1 parent a9da078 commit 4fbacb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- run:
2222
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"
23+
command: docker-compose run -T -e CI=$CI sbt bash -c "git config --global --add safe.directory /fossildb && git rev-parse HEAD"
2424

2525
- run:
2626
name: Build server

0 commit comments

Comments
 (0)