mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
remove clean from maven command and increase travis wait time
This commit is contained in:
@@ -60,7 +60,7 @@ jobs:
|
|||||||
stage: Tests
|
stage: Tests
|
||||||
install:
|
install:
|
||||||
- mvn clean install -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -DskipTests -B
|
- mvn clean install -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -DskipTests -B
|
||||||
- travis_wait 60 bash scripts/startAlfresco.sh apply-rm-community
|
- travis_wait 90 bash scripts/startAlfresco.sh apply-rm-community
|
||||||
script:
|
script:
|
||||||
- echo "Community Rest API Tests"
|
- echo "Community Rest API Tests"
|
||||||
- name: "Enterprise Rest API Tests"
|
- name: "Enterprise Rest API Tests"
|
||||||
|
@@ -3,4 +3,4 @@
|
|||||||
export PROFILE=$1
|
export PROFILE=$1
|
||||||
|
|
||||||
cd rm-automation
|
cd rm-automation
|
||||||
mvn clean install -Pinstall-alfresco,${PROFILE} -Dinstaller.url=${INSTALLER_URL}
|
mvn install -Pinstall-alfresco,${PROFILE} -Dinstaller.url=${INSTALLER_URL}
|
||||||
|
Reference in New Issue
Block a user