[ARVADOS-DEV] updated: 9cc673cf435ec02b043e2b3729b0ce411cfd5f95

git at public.curoverse.com git at public.curoverse.com
Wed Jul 15 22:59:45 EDT 2015


Summary of changes:
 jenkins/run-build-docker-jobs-image.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  9cc673cf435ec02b043e2b3729b0ce411cfd5f95 (commit)
      from  86cc2e4b923ab24ef9a6460efa23904a9f8ed742 (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 9cc673cf435ec02b043e2b3729b0ce411cfd5f95
Author: Ward Vandewege <ward at curoverse.com>
Date:   Wed Jul 15 22:59:28 2015 -0400

    We need to force-tag the arvados/jobs docker image.
    
    No issue #

diff --git a/jenkins/run-build-docker-jobs-image.sh b/jenkins/run-build-docker-jobs-image.sh
index 2cc0692..fcf849b 100755
--- a/jenkins/run-build-docker-jobs-image.sh
+++ b/jenkins/run-build-docker-jobs-image.sh
@@ -68,7 +68,7 @@ docker_push () {
     then
         for tag in $( echo $tags|tr "," " " )
         do
-             $DOCKER tag $1 $1:$tag
+             $DOCKER tag -f $1 $1:$tag
         done
     fi
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list