try to fix output file

This commit is contained in:
Claudia Agache
2020-07-06 17:21:25 +03:00
parent b5c6edea32
commit 91359215c1
2 changed files with 3 additions and 2 deletions

View File

@@ -17,4 +17,4 @@ curl -H "Host: s3-${region}.amazonaws.com" \
-H "Date: ${dateValue}" \
-H "Content-Type: ${contentType}" \
-H "Authorization: AWS ${s3Key}:${signature}" \
https://s3-${region}.amazonaws.com/${bucket}/${amzFile} -o $outputFile
https://s3-${region}.amazonaws.com/${bucket}/${amzFile} -o ${outputFile}

View File

@@ -5,4 +5,5 @@ set -ev
export PROFILE=$1
cd rm-automation
mvn install -Pinstall-alfresco,${PROFILE} -Dinstaller.url=${INSTALLER_URL} -q
ls
mvn install -Pinstall-alfresco,${PROFILE} -q