[ARVADOS-DEV] created: 14cb9aea825efe8ea28c51b155f6f3ff97174557

Git user git at public.curoverse.com
Tue Oct 25 18:38:48 EDT 2016


        at  14cb9aea825efe8ea28c51b155f6f3ff97174557 (commit)


commit 14cb9aea825efe8ea28c51b155f6f3ff97174557
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Tue Oct 25 16:31:46 2016 -0400

    10194: Make sure to install the version of arvados/jobs that arvados_cwl expects.

diff --git a/jenkins/run-deploy.sh b/jenkins/run-deploy.sh
index db83c2a..df00a46 100755
--- a/jenkins/run-deploy.sh
+++ b/jenkins/run-deploy.sh
@@ -224,7 +224,7 @@ if [[ "$DOCKER_IMAGES_PROJECT" == "" ]]; then
 fi
 
 title "Found Arvados Standard Docker Images project with uuid $DOCKER_IMAGES_PROJECT"
-GIT_COMMIT=`ssh -o "StrictHostKeyChecking no" $IDENTIFIER cat /usr/local/arvados/src/git-commit.version`
+GIT_COMMIT=`ssh -o "StrictHostKeyChecking no" $IDENTIFIER cat /usr/local/arvados/src/jobs-commit.version`
 
 if [[ "$?" != "0" ]] || [[ "$GIT_COMMIT" == "" ]]; then
   title "ERROR: unable to get arvados/jobs Docker image git revision"

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list