summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2016-06-29 15:09:40 -0700
committerMatt Clay <matt@mystile.com>2016-06-29 15:11:32 -0700
commita598f26006f5ae5c3d1813be81611161aad0af5c (patch)
tree038151dd4b6f6cad6eb7b09d44d18c9bd229712a
parent3fd94769dc0d74e06e26dcde049f47c26edb8286 (diff)
downloadansible-a598f26006f5ae5c3d1813be81611161aad0af5c.tar.gz
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'. (cherry picked from commit fbfadc47c7368e444c403fac112a24a089a09e4f)
-rwxr-xr-xtest/utils/shippable/integration.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/shippable/integration.sh b/test/utils/shippable/integration.sh
index d1bb547428..9692132746 100755
--- a/test/utils/shippable/integration.sh
+++ b/test/utils/shippable/integration.sh
@@ -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