Skip to content

Commit 068b382

Browse files
committed
debug output
1 parent 09954bd commit 068b382

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
- restore_cache:
1919
key: cache-{{ .Branch }}
2020

21+
- run:
22+
name: debug git output
23+
command: docker-compose run -T -e CI=$CI sbt git rev-parse HEAD
24+
2125
- run:
2226
name: Build server
2327
command: docker-compose run -T -e CI=$CI sbt sbt assembly

0 commit comments

Comments
 (0)