From e97042507b38c4d37d18d017cee5b8aea3c44e47 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 10 Sep 2015 15:29:34 -0700 Subject: [PATCH] Restore cargo downloads directory to /tmp Using the $home directory seems to be causing intermittent failures on the CI box. See gh-3861 --- spring-boot-deployment-tests/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-deployment-tests/pom.xml b/spring-boot-deployment-tests/pom.xml index af27f3be1e1..bdbf6417962 100644 --- a/spring-boot-deployment-tests/pom.xml +++ b/spring-boot-deployment-tests/pom.xml @@ -20,7 +20,7 @@ ${basedir}/.. 1.7 300000 - ${user.home}/.cargo/installs + ${java.io.tmpdir}/cargo/installs spring-boot-deployment-test-tomee