From 9b80b149563ab32c37747dbfb25b04f45598f58e Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 19 Nov 2021 06:59:47 +0100 Subject: [PATCH] Fix collection dependency installation in CI. (#3753) (#3755) (cherry picked from commit 17b4c6972fadab9fd92a2b4785682f2194c7747f) Co-authored-by: Felix Fontein --- 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 43734a6b90..bf1500e706 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