From 950fe974a75fef2c271de6f35b504802d6db65e9 Mon Sep 17 00:00:00 2001 From: Doug Morato Date: Thu, 20 Aug 2015 20:05:12 -0400 Subject: [PATCH] replace ./ for /Users/dm in travis S3 uploader --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a8d33fbc6..a26f24a56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ deploy: bucket: "webgoat-war" skip_cleanup: true acl: public_read - local_dir: .build/dougmorato/WebGoat/webgoat-container/target/ + local_dir: $HOME/build/dougmorato/WebGoat/webgoat-container/target/ on: repo: dougmorato/WebGoat branch: docs