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
Help fix GOTC Build
#1557
Merged
ruchim
merged 1 commit into
develop
from
rm_gotcBuild
Oct 12, 2016
Conversation
2
Commits
1
Files changed
1
Changes from
all commits
Commits
Show all changes
1 commit
Select commit
c31cb0e
fix gotc build
ruchim
Oct 11, 2016
Jump to…
Jump to file or symbol
Failed to load files and symbols.
Retry
+1
−1
Unified
Split
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
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.