[ARVADOS-DEV] updated: 6dc673b966cf35cd390b2fa1d139fa31a59788e2

git at public.curoverse.com git at public.curoverse.com
Thu Jun 25 15:55:34 EDT 2015


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

       via  6dc673b966cf35cd390b2fa1d139fa31a59788e2 (commit)
      from  3eecec6dc8eea0765a0821526255f682daa3f321 (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 6dc673b966cf35cd390b2fa1d139fa31a59788e2
Author: Nico Cesar <nico at curoverse.com>
Date:   Thu Jun 25 15:53:46 2015 -0400

    login patch because DockerHub is not friendly
    
    no issue #

diff --git a/jenkins/run-docker-tests.sh b/jenkins/run-docker-tests.sh
index 6bf3859..eff75ac 100755
--- a/jenkins/run-docker-tests.sh
+++ b/jenkins/run-docker-tests.sh
@@ -151,6 +151,11 @@ if [[ "$ECODE" != "0" ]]; then
     title "upload arvados images SKIPPED because build failed"
 else
     if [[ $upload == true ]]; then 
+        ## 20150526 nico -- *sometimes* dockerhub needs re-login 
+        ## even though credentials are already in .dockercfg
+        docker login -u arvados
+
+
         docker_push arvados/api
         docker_push arvados/compute
         docker_push arvados/doc

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list