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