Fix parameter ordering for minor change in cwltool command line semantics. no issue #
authorPeter Amstutz <peter.amstutz@curoverse.com>
Mon, 27 Jul 2015 13:19:46 +0000 (09:19 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Mon, 27 Jul 2015 13:20:04 +0000 (09:20 -0400)
jenkins/run-cwl-tests.sh

index e76ad553ad0c99d04f3adfb99e2c94b797c12801..e148171baabaa77b5f3f1b566ef4c2cda2a9870a 100755 (executable)
@@ -201,7 +201,7 @@ else
     git config user.name "Curoverse build bot"
     cd ..
 fi
-python -mcwltool specification/cwlsite.cwl specification/cwlsite-job.json --outdir=$PWD/common-workflow-language.github.io
+python -mcwltool --outdir=$PWD/common-workflow-language.github.io specification/cwlsite.cwl specification/cwlsite-job.json
 cd common-workflow-language.github.io
 git add --all
 git diff-index --quiet HEAD || git commit -m"Build bot"