APPS-261 Update the WORM test setup

- print alfresco log (last 5000 lines)
This commit is contained in:
Cezar.Leahu
2020-08-19 15:33:18 +03:00
parent 8db663f6c8
commit 4efa201166

View File

@@ -71,6 +71,7 @@ jobs:
before_script: bash scripts/create-worm-bucket.sh
script: bash scripts/worm-mb-tests.sh
after_script: bash scripts/cleanup.sh
after_failure: docker ps -a | grep '_alfresco_1_' | awk '{print $1}' | xargs docker logs | tail -5000
# - name: "Community Integrations Tests on MySQL"
# stage: Tests