another attempt to use installer url variable when calling the script

This commit is contained in:
Claudia Agache
2020-07-03 15:16:21 +03:00
parent a52b277d46
commit 11ac281840
2 changed files with 2 additions and 3 deletions

View File

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