[ARVADOS] updated: 2.1.0-129-gc85b48eba

Git user git at public.arvados.org
Mon Nov 23 16:51:39 UTC 2020


Summary of changes:
 build/run-build-docker-jobs-image.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  c85b48eba118a277a9b2a34a1dbc9c05001a6c28 (commit)
      from  41a8a689f8d40f890914957c61d0251f61f7dde9 (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 c85b48eba118a277a9b2a34a1dbc9c05001a6c28
Author: Ward Vandewege <ward at curii.com>
Date:   Mon Nov 23 11:51:21 2020 -0500

    Update error checking in run-build-docker-jobs-image.sh
    
    refs #17012
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/build/run-build-docker-jobs-image.sh b/build/run-build-docker-jobs-image.sh
index d83af708a..94a05671a 100755
--- a/build/run-build-docker-jobs-image.sh
+++ b/build/run-build-docker-jobs-image.sh
@@ -163,8 +163,8 @@ fi
 python_sdk_version_os=$(echo -n $python_sdk_version | sed s/.dev/~dev/g | sed s/rc/~rc/g)
 cwl_runner_version_os=$(echo -n $cwl_runner_version | sed s/.dev/~dev/g | sed s/rc/~rc/g)
 
-if [[ -z "$cwl_runner_version_tag" ]]; then
-  echo "ERROR: cwl_runner_version_tag is empty";
+if [[ -z "$cwl_runner_version" ]]; then
+  echo "ERROR: cwl_runner_version is empty";
   exit 1
 fi
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list