0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 06:58:58 -05:00

🚧 Display logs of any running docker

Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
mathieu.brunot 2019-06-12 15:42:37 +02:00
parent acf2e53825
commit 78c2e66aa8
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -31,6 +31,7 @@ after_script:
- docker ps
- sleep 120
- docker ps
- for c in $(docker ps -q); do docker logs $c; done
notifications:
email: false