[ARVADOS-DEV] created: 1977084adfe07f61a4a3bb4cae6d89f1094c8901
Git user
git at public.curoverse.com
Tue Oct 25 16:31:50 EDT 2016
at 1977084adfe07f61a4a3bb4cae6d89f1094c8901 (commit)
commit 1977084adfe07f61a4a3bb4cae6d89f1094c8901
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..2dbccbb 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 "python -c 'import arvados_cwl ; print arvados_cwl.__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