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

@@ -60,7 +60,7 @@ jobs:
stage: Tests
install:
# - mvn clean install -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -DskipTests -B
- travis_wait 60 bash scripts/startAlfresco.sh apply-rm-community $INSTALLER_URL
- travis_wait 60 bash scripts/startAlfresco.sh apply-rm-community
script:
- echo "Community Rest API Tests"
- name: "Enterprise Rest API Tests"

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}