Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
76
Star
154
Fork
38
broadinstitute
/
cromwell
Code
Issues
292
Pull requests
1
Projects
0
Wiki
Insights
Pulse
Graphs
Permalink
Browse files
fix gotc build (
#1557
)
Loading branch information
...
1 parent
0eff53b
commit
5ceeee5c63b9f85b44102a86fcd3d26ea4a95d5f
ruchim
committed on
GitHub
Oct 12, 2016
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
docker/install.sh
Show comments
View
2
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
Toggle all file notes
0 comments on commit
5ceeee5
Please
sign in
to comment.
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
5ceeee5