[ARVADOS-DEV] updated: ea45d699313db83eb9fc941bbd65872e1790b1e2

git at public.curoverse.com git at public.curoverse.com
Tue Oct 14 13:17:36 EDT 2014


Summary of changes:
 jenkins/run-docker-tests.sh | 13 +++++++++++++
 1 file changed, 13 insertions(+)

       via  ea45d699313db83eb9fc941bbd65872e1790b1e2 (commit)
      from  aa68e1bfb8b5fe86127c4a3157183f423c9179b4 (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 ea45d699313db83eb9fc941bbd65872e1790b1e2
Author: Ward Vandewege <ward at curoverse.com>
Date:   Tue Oct 14 13:17:18 2014 -0400

    Upload our arvados/jobs image to the Docker Hub.
    
    No issue #

diff --git a/jenkins/run-docker-tests.sh b/jenkins/run-docker-tests.sh
index fccdb23..9a3e566 100755
--- a/jenkins/run-docker-tests.sh
+++ b/jenkins/run-docker-tests.sh
@@ -47,4 +47,17 @@ fi
 
 title "docker build java-bwa-samtools complete"
 
+title "upload arvados/jobs image"
+
+docker push arvados/jobs
+
+ECODE=$?
+
+if [[ "$ECODE" != "0" ]]; then
+  title "!!!!!! upload arvados/jobs FAILED !!!!!!"
+  EXITCODE=$(($EXITCODE + $ECODE))
+fi
+
+title "upload arvados/jobs image complete"
+
 exit $EXITCODE

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list