Fix detection of version of arvados/jobs image to install.
authorWard Vandewege <ward@curoverse.com>
Tue, 21 Feb 2017 21:39:02 +0000 (16:39 -0500)
committerWard Vandewege <ward@curoverse.com>
Tue, 21 Feb 2017 21:39:02 +0000 (16:39 -0500)
No issue #

jenkins/run-deploy.sh

index d0099898e8aa5fcb8d228139250a98168135e94b..a63fd68a77199aa776de7b800efe674c1c9965c6 100755 (executable)
@@ -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"