mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
Add travis_wait to deploy section
the deploy section is getting timeout to build and push the images. see https://travis-ci.org/github/ceph/ceph-csi/jobs/678228818#L1617-L1622 Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
6b3e6e67e4
commit
d0abc3f5e6
@ -136,4 +136,4 @@ deploy:
|
||||
- provider: script
|
||||
on: # yamllint disable-line rule:truthy
|
||||
all_branches: true
|
||||
script: ./deploy.sh
|
||||
script: travis_wait ./deploy.sh
|
||||
|
Loading…
Reference in New Issue
Block a user