Fix collection dependency installation in CI. (#3753)
parent
26c7995c82
commit
17b4c6972f
|
@ -86,7 +86,7 @@ if [ "${script}" != "sanity" ] || [ "${test}" == "sanity/extra" ]; then
|
||||||
# retry ansible-galaxy -vvv collection install community.internal_test_tools
|
# retry ansible-galaxy -vvv collection install community.internal_test_tools
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${script}" != "sanity" ] && [ "${script}" != "units" ]; then
|
if [ "${script}" != "sanity" ] && [ "${script}" != "units" ] && [ "${test}" != "sanity/extra" ]; then
|
||||||
CRYPTO_BRANCH=main
|
CRYPTO_BRANCH=main
|
||||||
if [ "${script}" == "linux" ] && [[ "${test}" =~ "ubuntu1604/" ]]; then
|
if [ "${script}" == "linux" ] && [[ "${test}" =~ "ubuntu1604/" ]]; then
|
||||||
CRYPTO_BRANCH=stable-1
|
CRYPTO_BRANCH=stable-1
|
||||||
|
|
Loading…
Reference in New Issue