From a598f26006f5ae5c3d1813be81611161aad0af5c Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Wed, 29 Jun 2016 15:09:40 -0700 Subject: [PATCH] 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) --- test/utils/shippable/integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils/shippable/integration.sh b/test/utils/shippable/integration.sh index d1bb547428d..96921327468 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