diff --git a/docker/install.sh b/docker/install.sh index 2afc67f9e..b9fb8e91a 100755 --- a/docker/install.sh +++ b/docker/install.sh @@ -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