[ARVADOS-DEV] updated: 310b52541abd4625151df391e1194ec2e7c76448

git at public.curoverse.com git at public.curoverse.com
Mon Jul 27 09:19:17 EDT 2015


Summary of changes:
 jenkins/run-cwl-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  310b52541abd4625151df391e1194ec2e7c76448 (commit)
      from  cc2a6672fef9bb825b2fa4b8482f4306cae491a1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 310b52541abd4625151df391e1194ec2e7c76448
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Mon Jul 27 09:19:46 2015 -0400

    Fix parameter ordering for minor change in cwltool command line semantics. no issue #

diff --git a/jenkins/run-cwl-tests.sh b/jenkins/run-cwl-tests.sh
index e76ad55..e148171 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"

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list