add automation target directories to cache, download installer to target instead of rm-automation root

This commit is contained in:
Claudia Agache
2020-07-06 19:32:32 +03:00
parent 32c9303c4f
commit e98b34f68d
4 changed files with 19 additions and 13 deletions

View File

@@ -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