0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

🚧 Wait more for init

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

View file

@ -29,9 +29,9 @@ script:
after_script:
- docker images
- docker ps
- sleep 120
- sleep 180
- 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:
email: false