From 8e8bf0d80e95f551656d3b3fc57e99443abec383 Mon Sep 17 00:00:00 2001 From: JKetelaar Date: Wed, 25 May 2016 20:07:47 +0200 Subject: [PATCH] [BUGFIX] Moved directory to target_paths --- .travis.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b4ed831..3fac66f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ addons: artifacts: paths: ./target/final/ s3_region: "us-west-1" - target_paths: ./artifacts/ + target_paths: ./artifacts/Parabot/ cache: directories: diff --git a/pom.xml b/pom.xml index 43ec66d..0662eba 100755 --- a/pom.xml +++ b/pom.xml @@ -121,7 +121,7 @@ org.parabot.Landing - ${project.build.directory}/final/${type.name}/ + ${project.build.directory}/final/ false