From eee813be52336d2a1aa1aa7edd03b58374ebd5fb Mon Sep 17 00:00:00 2001 From: David Edwards Date: Mon, 2 Mar 2020 21:10:31 +0000 Subject: [PATCH] Update deploy --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 04f4acf3e..8b1540c3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -126,7 +126,8 @@ matrix: skip_cleanup: true acl: private upload_dir: "/alfresco-content-services-community/release/${TRAVIS_BRANCH}/${TRAVIS_BUILD_NUMBER}/" - glob: war/target/alfresco.war + local_dir: war/target + glob: alfresco.war on: all_branches: true condition: $TRAVIS_BRANCH =~ ^(master|develop|feature/REPO-4735_Add-release-stages-2)$ @@ -137,7 +138,8 @@ matrix: skip_cleanup: true acl: private upload_dir: "alfresco-content-services-community/release/${TRAVIS_BRANCH}/${TRAVIS_BUILD_NUMBER}/" - glob: distribution/target/*-distribution*.zip + local_dir: distribution/target + glob: alfresco-content-services-community-distribution-${release_version}.zip on: all_branches: true condition: $TRAVIS_BRANCH =~ ^(master|develop|feature/REPO-4735_Add-release-stages-2)$