From 17b4c6972fadab9fd92a2b4785682f2194c7747f Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 18 Nov 2021 21:14:56 +0100 Subject: [PATCH] Fix collection dependency installation in CI. (#3753) --- 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 43734a6b904..bf1500e706a 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -86,7 +86,7 @@ if [ "${script}" != "sanity" ] || [ "${test}" == "sanity/extra" ]; then # retry ansible-galaxy -vvv collection install community.internal_test_tools fi -if [ "${script}" != "sanity" ] && [ "${script}" != "units" ]; then +if [ "${script}" != "sanity" ] && [ "${script}" != "units" ] && [ "${test}" != "sanity/extra" ]; then CRYPTO_BRANCH=main if [ "${script}" == "linux" ] && [[ "${test}" =~ "ubuntu1604/" ]]; then CRYPTO_BRANCH=stable-1