mirror of
https://github.com/penpot/penpot.git
synced 2025-12-23 22:48:40 -05:00
🚧 Display logs of any running docker
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user