Skip to content

Commit

Permalink
build all versions not just GATK 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandall committed Nov 30, 2017
1 parent 6f7b31a commit 6993ec5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ set -euf -o pipefail
generator_version=$(git describe --tags --always)
echo "GATK CWL generator: gatk-cwl-generator-${generator_version}"

#VERSIONS=( 3.5-0 3.6-0 3.7-0 3.8-0 4.beta.6 )
VERSIONS=( 4.beta.6 )
VERSIONS=( 3.5-0 3.6-0 3.7-0 3.8-0 4.beta.6 )

tarbase="gatk-cwl-generator-${generator_version}-gatk_cmdline_tools"

Expand Down

0 comments on commit 6993ec5

Please sign in to comment.