From e541e2105987f82191be977190e2dda408f04498 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Thu, 7 Feb 2019 12:41:23 -0500 Subject: [PATCH] Now python-arvados-cwl-runner includes a virtualenv, make sure to use its python executable when importing the arvados_cwl python module. refs #9945 Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- jenkins/run-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/run-deploy.sh b/jenkins/run-deploy.sh index 72cc744..671cc68 100755 --- a/jenkins/run-deploy.sh +++ b/jenkins/run-deploy.sh @@ -272,7 +272,7 @@ if [[ "$NODE" == "" ]]; then fi title "Found Arvados Standard Docker Images project with uuid $DOCKER_IMAGES_PROJECT" - GIT_COMMIT=`ssh -o "StrictHostKeyChecking no" shell.$IDENTIFIER "python -c 'import arvados_cwl ; print arvados_cwl.__version__'" 2>&1 |grep -v INFO:rdflib:RDFLib` + GIT_COMMIT=`ssh -o "StrictHostKeyChecking no" shell.$IDENTIFIER "/usr/share/python2.7/dist/python-arvados-cwl-runner/bin/python -c 'import arvados_cwl ; print arvados_cwl.__version__'" 2>&1 |grep -v INFO:rdflib:RDFLib` if [[ "$?" != "0" ]] || [[ "$GIT_COMMIT" == "" ]]; then title "ERROR: unable to get arvados/jobs Docker image git revision" -- 2.30.2