Skip to content

Commit

Permalink
👷 Wait if run release
Browse files Browse the repository at this point in the history
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
  • Loading branch information
madmath03 committed Jun 12, 2019
1 parent 59b65ff commit 95fa00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 95fa00e

Please sign in to comment.