From 2b2451dd9ca790b2b327827f198cf0c1ebcc917a Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Sun, 21 May 2017 13:10:52 +0200 Subject: [PATCH] testing with Travis dirs --- webgoat-container/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webgoat-container/src/main/resources/application.properties b/webgoat-container/src/main/resources/application.properties index 4baa325f2..62b1b3dec 100644 --- a/webgoat-container/src/main/resources/application.properties +++ b/webgoat-container/src/main/resources/application.properties @@ -18,7 +18,7 @@ spring.thymeleaf.cache=false webgoat.clean=true webgoat.server.directory=${user.home}/.webgoat/ -webgoat.user.directory=$HOME/build/$TRAVIS_REPO_SLUG/ +webgoat.user.directory=/tmp/ webgoat.build.version=@project.version@ webgoat.build.number=@build.number@ webgoat.email=webgoat@owasp.org