mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
try to fix output file
This commit is contained in:
@@ -17,4 +17,4 @@ curl -H "Host: s3-${region}.amazonaws.com" \
|
|||||||
-H "Date: ${dateValue}" \
|
-H "Date: ${dateValue}" \
|
||||||
-H "Content-Type: ${contentType}" \
|
-H "Content-Type: ${contentType}" \
|
||||||
-H "Authorization: AWS ${s3Key}:${signature}" \
|
-H "Authorization: AWS ${s3Key}:${signature}" \
|
||||||
https://s3-${region}.amazonaws.com/${bucket}/${amzFile} -o $outputFile
|
https://s3-${region}.amazonaws.com/${bucket}/${amzFile} -o ${outputFile}
|
||||||
|
@@ -5,4 +5,5 @@ set -ev
|
|||||||
export PROFILE=$1
|
export PROFILE=$1
|
||||||
|
|
||||||
cd rm-automation
|
cd rm-automation
|
||||||
mvn install -Pinstall-alfresco,${PROFILE} -Dinstaller.url=${INSTALLER_URL} -q
|
ls
|
||||||
|
mvn install -Pinstall-alfresco,${PROFILE} -q
|
||||||
|
Reference in New Issue
Block a user