try to start alfresco using script

This commit is contained in:
Claudia Agache
2020-07-02 20:37:35 +03:00
parent 1d3685da71
commit 8d066821c2
2 changed files with 8 additions and 3 deletions

6
scripts/startAlfresco.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
export PROFILE=$1
cd rm-automation
mvn clean install -Pinstall-alfresco,${PROFILE} -Dinstaller.url=${env.INSTALLER_URL}