Permalink
Browse files

fix gotc build (#1557)

  • Loading branch information...
1 parent 0eff53b commit 5ceeee5c63b9f85b44102a86fcd3d26ea4a95d5f @ruchim ruchim committed on GitHub Oct 12, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 docker/install.sh
View
@@ -4,7 +4,7 @@ set -e
CROMWELL_DIR=$1
cd $CROMWELL_DIR
-sbt 'set test in assembly := {}' notests:assembly
+sbt assembly
CROMWELL_JAR=$(find target | grep 'cromwell.*\.jar')
mv $CROMWELL_JAR ./cromwell.jar
sbt clean

0 comments on commit 5ceeee5

Please sign in to comment.