Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kobi-lemberg committed Mar 16, 2020
1 parent 4c77195 commit b6cfc0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh

sbt version
sbt "${@}"
set -x
sbt "${@}";

0 comments on commit b6cfc0f

Please sign in to comment.