From 11a437f19b9712b6e432a83c0e09210cfe155f97 Mon Sep 17 00:00:00 2001 From: Claudia Agache Date: Mon, 6 Jul 2020 18:25:56 +0300 Subject: [PATCH] try to rename output file --- rm-automation/pom.xml | 6 +++--- scripts/downloadInstaller.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rm-automation/pom.xml b/rm-automation/pom.xml index 3883f759c4..e50f1a5861 100644 --- a/rm-automation/pom.xml +++ b/rm-automation/pom.xml @@ -149,12 +149,12 @@ drop database if exists alfresco; create database alfresco - + Installing Alfresco... - + - + diff --git a/scripts/downloadInstaller.sh b/scripts/downloadInstaller.sh index e549fb2f60..deb88d252a 100644 --- a/scripts/downloadInstaller.sh +++ b/scripts/downloadInstaller.sh @@ -2,7 +2,7 @@ # fail script immediately on any errors in external commands and print the lines set -ev -outputFile="$TRAVIS_BUILD_DIR/rm-automation/alfresco-content-services-installer-5.2.7.4-linux-x64.bin" +outputFile="$TRAVIS_BUILD_DIR/rm-automation/alf-installer.bin" amzFile="/eu.dl.alfresco.com/release/enterprise/5.2/5.2.7/5.2.7.4/alfresco-content-services-installer-5.2.7.4-linux-x64.bin" host="s3-eu-west-1.amazonaws.com" contentType="binary/octet-stream"