From d4ca66bcd1c3f6720f21fa7388d23e9db731bd6f Mon Sep 17 00:00:00 2001 From: rodicasutu Date: Sun, 13 Sep 2020 11:28:07 +0300 Subject: [PATCH] fix the add-ons and artifacts path [APPS-467] --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 89f287c2db..2c4575a5b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -136,9 +136,9 @@ jobs: addons: artifacts: paths: - - ./governance-services/rm-automation/rm-automation-ui/target/surefire-reports - - ./governance-services/rm-automation/rm-automation-ui/target/reports - - ./governance-services/rm-automation/rm-automation-ui/target/screenshots + - ./rm-automation/rm-automation-ui/target/surefire-reports + - ./rm-automation/rm-automation-ui/target/reports + - ./rm-automation/rm-automation-ui/target/screenshots target_paths: $TRAVIS_BUILD_NUMBER install: - travis_retry travis_wait 90 mvn -B -U -q clean install ${MVN_SKIP} -PbuildDockerImage -pl :alfresco-governance-services-enterprise-repo,:alfresco-governance-services-enterprise-share -am