mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -05:00
🚧 Wait more for init
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
parent
78c2e66aa8
commit
59b65fffe3
1 changed files with 2 additions and 2 deletions
|
@ -29,9 +29,9 @@ script:
|
||||||
after_script:
|
after_script:
|
||||||
- docker images
|
- docker images
|
||||||
- docker ps
|
- docker ps
|
||||||
- sleep 120
|
- sleep 180
|
||||||
- docker ps
|
- docker ps
|
||||||
- for c in $(docker ps -q); do docker logs $c; done
|
- for c in $(docker ps -q); do echo "> docker logs $c"; docker logs $c; done
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Reference in a new issue