2
0

ci(logs): Show docker-compose ps and logs on fail (#443)

This commit is contained in:
Burak Yigit Kaya 2020-04-27 17:10:22 +03:00 committed by GitHub
parent e97da7c56f
commit 67ef528168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,3 +16,7 @@ script:
- docker-compose up -d
- timeout 60 bash -c 'until $(curl -Isf -o /dev/null http://localhost:9000); do printf '.'; sleep 0.5; done'
- ./test.sh
after_failure:
- docker-compose ps
- docker-compose logs