[ARVADOS-DEV] updated: 1b617d6246d68ad960418b482d0c9fc14f044436

Git user git at public.curoverse.com
Tue Feb 21 16:39:28 EST 2017


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

       via  1b617d6246d68ad960418b482d0c9fc14f044436 (commit)
      from  e62a76daa102fd7f34e5dc2b397daf7220cafb5d (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 1b617d6246d68ad960418b482d0c9fc14f044436
Author: Ward Vandewege <ward at curoverse.com>
Date:   Tue Feb 21 16:39:02 2017 -0500

    Fix detection of version of arvados/jobs image to install.
    
    No issue #

diff --git a/jenkins/run-deploy.sh b/jenkins/run-deploy.sh
index d009989..a63fd68 100755
--- a/jenkins/run-deploy.sh
+++ b/jenkins/run-deploy.sh
@@ -256,7 +256,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" shell.$IDENTIFIER "python -c 'import arvados_cwl ; print arvados_cwl.__version__'"`
+GIT_COMMIT=`ssh -o "StrictHostKeyChecking no" shell.$IDENTIFIER "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