From f247715a437985aec9003180fb4e78bac487fbcc Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Mon, 21 Mar 2022 17:30:39 -0400 Subject: [PATCH] Fix test_with_arvbox checkout by tag no issue # Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- sdk/cwl/test_with_arvbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2