mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
another attempt to use installer url variable when calling the script
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
export PROFILE=$1
|
||||
export INSTALLER=$2
|
||||
|
||||
cd rm-automation
|
||||
mvn clean install -Pinstall-alfresco,${PROFILE} -Dinstaller.url=${INSTALLER}
|
||||
mvn clean install -Pinstall-alfresco,${PROFILE} -Dinstaller.url=${INSTALLER_URL}
|
||||
|
Reference in New Issue
Block a user