From fbfadc47c7368e444c403fac112a24a089a09e4f 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'. --- 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 10267c9656..aa9cdf114c 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