From a3f702c45e9639769cf66e8369251b6fd65d031a Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Sat, 12 Mar 2022 13:59:37 +0900 Subject: [PATCH] Suppress retries when downloading community.galaxy Signed-off-by: Hideki Saito --- tests/utils/shippable/shippable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils/shippable/shippable.sh b/tests/utils/shippable/shippable.sh index 14f2e57..5c90918 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -74,7 +74,7 @@ else fi # START: HACK install dependencies -retry ansible-galaxy collection install community.general +#retry ansible-galaxy collection install community.general # END: HACK export PYTHONIOENCODING='utf-8'