From 4efa20116670ec615bcdcc1097aba3a3fc01e837 Mon Sep 17 00:00:00 2001 From: "Cezar.Leahu" Date: Wed, 19 Aug 2020 15:33:18 +0300 Subject: [PATCH] APPS-261 Update the WORM test setup - print alfresco log (last 5000 lines) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index afc4cd96a3..c13bed1d67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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