[ARVADOS-DEV] updated: 1a4ea520c247fd46f544ae83bb9640e9f0652577

git at public.curoverse.com git at public.curoverse.com
Fri Jun 5 09:51:24 EDT 2015


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

       via  1a4ea520c247fd46f544ae83bb9640e9f0652577 (commit)
      from  44eab398d387d1e72850c6a1fedd74272ca119a9 (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 1a4ea520c247fd46f544ae83bb9640e9f0652577
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Fri Jun 5 09:51:30 2015 -0400

    Fix "docker-node-engine.sh" renamed to "build-node-docker.sh", add additional Docker image to upload.  no issue #

diff --git a/jenkins/run-cwl-tests.sh b/jenkins/run-cwl-tests.sh
index 74e9999..dcb0285 100755
--- a/jenkins/run-cwl-tests.sh
+++ b/jenkins/run-cwl-tests.sh
@@ -159,7 +159,7 @@ cd "$WORKSPACE"
 pushd reference
 python setup.py install
 python setup.py test
-./docker-node-engine.sh
+./build-node-docker.sh
 popd
 
 pushd conformance
@@ -173,6 +173,7 @@ handle_python_package
 ./build-cwl-docker.sh
 
 if [[ "$UPLOAD_DOCKER" != 0 ]]; then
+    docker push commonworkflowlanguage/cwltool_module
     docker push commonworkflowlanguage/cwltool
     docker push commonworkflowlanguage/nodejs-engine
 fi

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list