From 50795d9ded2169f186b23ba417f51c68e736164d Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Sun, 21 May 2017 13:06:00 +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 5ac2c63c3..4baa325f2 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=${user.home}/.webgoat/ +webgoat.user.directory=$HOME/build/$TRAVIS_REPO_SLUG/ webgoat.build.version=@project.version@ webgoat.build.number=@build.number@ webgoat.email=webgoat@owasp.org