Update error checking in run-build-docker-jobs-image.sh
authorWard Vandewege <ward@curii.com>
Mon, 23 Nov 2020 16:51:21 +0000 (11:51 -0500)
committerWard Vandewege <ward@curii.com>
Mon, 23 Nov 2020 16:51:21 +0000 (11:51 -0500)
refs #17012

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

build/run-build-docker-jobs-image.sh

index d83af708aaa675c65a314a0562431346509fcdbd..94a05671a2f5a1d926309b2271c4ff279388f3fd 100755 (executable)
@@ -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