[ARVADOS-DEV] updated: 1680a689ca5633f7816ca6aa884eb6ba47b1673e
Git user
git at public.curoverse.com
Tue Feb 14 10:35:54 EST 2017
Summary of changes:
jenkins/run-deploy.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 1680a689ca5633f7816ca6aa884eb6ba47b1673e (commit)
from f5c8b1387ccfc27a465f88b93c58276058e0e91b (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 1680a689ca5633f7816ca6aa884eb6ba47b1673e
Author: Ward Vandewege <ward at curoverse.com>
Date: Tue Feb 14 10:35:34 2017 -0500
The docker tag -f flag is now --force.
No issue #
diff --git a/jenkins/run-deploy.sh b/jenkins/run-deploy.sh
index 37654e8..66d395d 100755
--- a/jenkins/run-deploy.sh
+++ b/jenkins/run-deploy.sh
@@ -271,7 +271,7 @@ else
title "Installing latest arvados/jobs Docker image"
ssh -o "StrictHostKeyChecking no" shell.$IDENTIFIER "ARVADOS_API_HOST=$ARVADOS_API_HOST ARVADOS_API_TOKEN=$ARVADOS_API_TOKEN /usr/local/rvm/bin/rvm-exec default arv keep docker --pull --project-uuid=$DOCKER_IMAGES_PROJECT arvados/jobs $GIT_COMMIT"
## adding latest tag too refs 9254
- ssh -o "StrictHostKeyChecking no" shell.$IDENTIFIER docker tag -f arvados/jobs:$GIT_COMMIT arvados/jobs:latest
+ ssh -o "StrictHostKeyChecking no" shell.$IDENTIFIER docker tag --force arvados/jobs:$GIT_COMMIT arvados/jobs:latest
ssh -o "StrictHostKeyChecking no" shell.$IDENTIFIER "ARVADOS_API_HOST=$ARVADOS_API_HOST ARVADOS_API_TOKEN=$ARVADOS_API_TOKEN arv-keepdocker --project-uuid=$DOCKER_IMAGES_PROJECT arvados/jobs latest"
if [[ "$?" -ne 0 ]]; then
title "'git pull' failed exiting..."
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list