Revert "check containers resource usage"

This reverts commit f8154f81
This commit is contained in:
Claudia Agache
2020-10-08 07:40:36 +03:00
parent f8154f81e4
commit 16f7db24b3

View File

@@ -96,7 +96,6 @@ jobs:
before_script:
- bash scripts/startAlfresco.sh $ENTERPRISE_REPO_PATH
- bash scripts/waitForAlfrescoToStart.sh
- docker stats
script:
- mvn -B test -pl :alfresco-governance-services-automation-enterprise-rest-api -Dskip.automationtests=false
after_failure: docker ps -a | grep '_alfresco_1' | awk '{print $1}' | xargs docker logs | tail -5000