From eef5eb42ef19dacd3f7aa53f7c837400dc0a6e09 Mon Sep 17 00:00:00 2001 From: Claudia Agache Date: Mon, 6 Jul 2020 17:58:47 +0300 Subject: [PATCH] try to fix output file --- scripts/downloadInstaller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/downloadInstaller.sh b/scripts/downloadInstaller.sh index e33db53288..ac5c638484 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="/rm-automation" +outputFile="$TRAVIS_BUILD_DIR/rm-automation" 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"