From: Peter Amstutz Date: Mon, 21 Mar 2022 21:30:39 +0000 (-0400) Subject: Fix test_with_arvbox checkout by tag no issue # X-Git-Tag: 2.4.0~32 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/f247715a437985aec9003180fb4e78bac487fbcc Fix test_with_arvbox checkout by tag no issue # Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/sdk/cwl/test_with_arvbox.sh b/sdk/cwl/test_with_arvbox.sh index ec6f02f7ac..c7d9952ff0 100755 --- a/sdk/cwl/test_with_arvbox.sh +++ b/sdk/cwl/test_with_arvbox.sh @@ -116,9 +116,9 @@ elif [[ "$suite" =~ conformance-(.*) ]] ; then version=\${BASH_REMATCH[1]} if ! test -d cwl-\${version} ; then git clone https://github.com/common-workflow-language/cwl-\${version}.git - git checkout \${version}.0 fi cd cwl-\${version} + git checkout \${version}.0 elif [[ "$suite" != "integration" ]] ; then echo "ERROR: unknown suite '$suite'" exit 1