Check out tagged conformance test suite refs #18614
[arvados.git] / sdk / cwl / test_with_arvbox.sh
index 0021bc8d906c5531b70c79a87d9be169658b5c57..ec6f02f7ac6aba5759cb235f41d173cfbab16604 100755 (executable)
@@ -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