mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
add automation target directories to cache, download installer to target instead of rm-automation root
This commit is contained in:
@@ -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/alf-installer.bin"
|
||||
outputFile="$TRAVIS_BUILD_DIR/$1/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"
|
||||
|
@@ -2,10 +2,5 @@
|
||||
# fail script immediately on any errors in external commands and print the lines
|
||||
set -ev
|
||||
|
||||
export PROFILE=$1
|
||||
|
||||
ls rm-enterprise/rm-enterprise-repo/target
|
||||
ls rm-enterprise/rm-enterprise-share/target
|
||||
cd rm-automation
|
||||
ls
|
||||
mvn install -Pinstall-alfresco,${PROFILE} -q
|
||||
cd $1
|
||||
mvn install -Pinstall-alfresco,$2 -q
|
||||
|
Reference in New Issue
Block a user