mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 01:33:09 +00:00
Update shippable shared dir for COPY_SOURCE. (#16511)
Tests now use '/shared' instead of '/tmp/shared-dir' when using COPY_SOURCE. This avoids issues with containers purging '/tmp'.
This commit is contained in:
@@ -22,7 +22,7 @@ else
|
||||
fi
|
||||
|
||||
if [ "${copy_source}" ]; then
|
||||
test_shared_dir="/tmp/shared-dir"
|
||||
test_shared_dir="/shared"
|
||||
else
|
||||
test_shared_dir="${test_ansible_dir}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user