mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +01:00
2022-05-31-17
This commit is contained in:
parent
4d35f6421c
commit
f3cf735199
1 changed files with 2 additions and 1 deletions
|
|
@ -70,7 +70,8 @@ if [ "${SHIPPABLE_BUILD_ID:-}" ]; then
|
||||||
cp -aT "${SHIPPABLE_BUILD_DIR}" "${TEST_DIR}"
|
cp -aT "${SHIPPABLE_BUILD_DIR}" "${TEST_DIR}"
|
||||||
cd "${TEST_DIR}"
|
cd "${TEST_DIR}"
|
||||||
else
|
else
|
||||||
export ANSIBLE_COLLECTIONS_PATHS="${PWD}/../../../"
|
export ANSIBLE_COLLECTIONS_PATHS="${HOME}/.ansible"
|
||||||
|
#export ANSIBLE_COLLECTIONS_PATHS="${PWD}/../../../"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# START: HACK install dependencies
|
# START: HACK install dependencies
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue