From 572fb750dcd65736e2276436bc0c15dacbbc635c Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 22 Mar 2020 21:20:51 +0100 Subject: [PATCH] Make sure tests can actually access collections. --- tests/utils/shippable/shippable.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/utils/shippable/shippable.sh b/tests/utils/shippable/shippable.sh index 82ca6def51..38681a2fd5 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -148,6 +148,8 @@ ansible-galaxy collection install google.cloud -p "${COLLECTION_DIR}" ansible-galaxy collection install community.kubernetes -p "${COLLECTION_DIR}" ansible-galaxy collection install f5networks.f5_modules -p "${COLLECTION_DIR}" +chmod -R a+rX "${COLLECTION_DIR}" + # END: HACK ansible-test env --dump --show --timeout "${timeout}" --color -v