From 310b52541abd4625151df391e1194ec2e7c76448 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Mon, 27 Jul 2015 09:19:46 -0400 Subject: [PATCH] Fix parameter ordering for minor change in cwltool command line semantics. no issue # --- jenkins/run-cwl-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/run-cwl-tests.sh b/jenkins/run-cwl-tests.sh index e76ad553ad..e148171baa 100755 --- a/jenkins/run-cwl-tests.sh +++ b/jenkins/run-cwl-tests.sh @@ -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" -- 2.30.2