From: Peter Amstutz Date: Mon, 21 Mar 2022 20:56:04 +0000 (-0400) Subject: Check out tagged conformance test suite refs #18614 X-Git-Tag: 2.4.0~34 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/17fe922b9b8037361daa4af02a03b5bbc50eeb0c Check out tagged conformance test suite refs #18614 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 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