From 3d36c582a1c068a3c9dd163677b9c06ef3f150d2 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Mon, 21 Mar 2022 17:40:12 -0400 Subject: [PATCH] Don't git pull in test_with_arvbox no issue # Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- sdk/cwl/test_with_arvbox.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.30.2