From: Peter Amstutz Date: Mon, 21 Mar 2022 21:40:12 +0000 (-0400) Subject: Don't git pull in test_with_arvbox no issue # X-Git-Tag: 2.4.0~31 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/3d36c582a1c068a3c9dd163677b9c06ef3f150d2 Don't git pull in test_with_arvbox no issue # 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 c7d9952ff0..f180930880 100755 --- a/sdk/cwl/test_with_arvbox.sh +++ b/sdk/cwl/test_with_arvbox.sh @@ -124,9 +124,9 @@ elif [[ "$suite" != "integration" ]] ; then 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