mirror of
https://github.com/penpot/penpot.git
synced 2025-02-02 20:39:09 -05:00
🚧 Display logs of any running docker
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
parent
acf2e53825
commit
78c2e66aa8
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ after_script:
|
||||||
- docker ps
|
- docker ps
|
||||||
- sleep 120
|
- sleep 120
|
||||||
- docker ps
|
- docker ps
|
||||||
|
- for c in $(docker ps -q); do docker logs $c; done
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue