X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/17fe922b9b8037361daa4af02a03b5bbc50eeb0c..1e7856bffea0d0ecfcf940de90243dea0fbd3c2f:/sdk/cwl/test_with_arvbox.sh diff --git a/sdk/cwl/test_with_arvbox.sh b/sdk/cwl/test_with_arvbox.sh index ec6f02f7ac..d38414fc81 100755 --- a/sdk/cwl/test_with_arvbox.sh +++ b/sdk/cwl/test_with_arvbox.sh @@ -116,17 +116,17 @@ 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 fi -if [[ "$suite" != "integration" ]] ; then - git pull -fi +#if [[ "$suite" != "integration" ]] ; then +# git pull +#fi export ARVADOS_API_HOST=localhost:8000 export ARVADOS_API_HOST_INSECURE=1 @@ -155,18 +155,6 @@ else arv-keepdocker arvados/jobs latest fi -cat >/tmp/cwltest/arv-cwl-jobs </tmp/cwltest/arv-cwl-containers <