no need to do mvn clean again

This commit is contained in:
Claudia Agache
2020-08-21 18:38:24 +03:00
parent 21bc67aa54
commit 877a6156db

View File

@@ -73,7 +73,7 @@ jobs:
- bash scripts/create-worm-bucket.sh
- bash scripts/start-compose.sh "${ENTERPRISE_SHARE_PATH}/worm-support-docker-compose.yml"
- bash scripts/waitForAlfrescoToStart.sh
script: mvn -B -U clean test -pl :alfresco-governance-services-automation-enterprise-rest-api -DsuiteXmlFile=wormTestSuite.xml -Dskip.automationtests=false
script: mvn -B test -pl :alfresco-governance-services-automation-enterprise-rest-api -DsuiteXmlFile=wormTestSuite.xml -Dskip.automationtests=false
after_script: bash scripts/cleanup.sh
after_failure: docker ps -a | grep '_alfresco_1' | awk '{print $1}' | xargs docker logs | tail -5000