[ARVADOS] updated: 2.1.0-2144-g3d36c582a
Git user
git at public.arvados.org
Mon Mar 21 21:40:30 UTC 2022
Summary of changes:
sdk/cwl/test_with_arvbox.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
via 3d36c582a1c068a3c9dd163677b9c06ef3f150d2 (commit)
from f247715a437985aec9003180fb4e78bac487fbcc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 3d36c582a1c068a3c9dd163677b9c06ef3f150d2
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Mon Mar 21 17:40:12 2022 -0400
Don't git pull in test_with_arvbox no issue #
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/sdk/cwl/test_with_arvbox.sh b/sdk/cwl/test_with_arvbox.sh
index c7d9952ff..f18093088 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
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list