[ARVADOS-DEV] updated: e541e2105987f82191be977190e2dda408f04498

Git user git at public.curoverse.com
Thu Feb 7 12:42:37 EST 2019


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

       via  e541e2105987f82191be977190e2dda408f04498 (commit)
      from  8d3f0e67be33bca29d11bbd32cc7df794aed4d09 (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 e541e2105987f82191be977190e2dda408f04498
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date:   Thu Feb 7 12:41:23 2019 -0500

    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 <wvandewege at veritasgenetics.com>

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"

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list