From 17fe922b9b8037361daa4af02a03b5bbc50eeb0c Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Mon, 21 Mar 2022 16:56:04 -0400 Subject: [PATCH] Check out tagged conformance test suite refs #18614 Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- sdk/cwl/test_with_arvbox.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/cwl/test_with_arvbox.sh b/sdk/cwl/test_with_arvbox.sh index 0021bc8d90..ec6f02f7ac 100755 --- a/sdk/cwl/test_with_arvbox.sh +++ b/sdk/cwl/test_with_arvbox.sh @@ -116,6 +116,7 @@ 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} elif [[ "$suite" != "integration" ]] ; then -- 2.30.2