mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -05:00
👷 Wait if run release
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
parent
59b65fffe3
commit
95fa00e4fc
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ script:
|
|||
after_script:
|
||||
- docker images
|
||||
- docker ps
|
||||
- sleep 180
|
||||
- if [ "$COMMAND" = "run-release" ]; then sleep 180; fi
|
||||
- docker ps
|
||||
- for c in $(docker ps -q); do echo "> docker logs $c"; docker logs $c; done
|
||||
|
||||
|
|
Loading…
Reference in a new issue