From f3cf7351993473b2992531a21a9f810e510122f8 Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Tue, 31 May 2022 15:04:21 +0900 Subject: [PATCH] 2022-05-31-17 --- tests/utils/shippable/shippable.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/utils/shippable/shippable.sh b/tests/utils/shippable/shippable.sh index 14f2e57..aed991b 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -70,7 +70,8 @@ if [ "${SHIPPABLE_BUILD_ID:-}" ]; then cp -aT "${SHIPPABLE_BUILD_DIR}" "${TEST_DIR}" cd "${TEST_DIR}" else - export ANSIBLE_COLLECTIONS_PATHS="${PWD}/../../../" + export ANSIBLE_COLLECTIONS_PATHS="${HOME}/.ansible" + #export ANSIBLE_COLLECTIONS_PATHS="${PWD}/../../../" fi # START: HACK install dependencies