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:
Madhu Rajanna 2020-04-23 10:34:30 +05:30 committed by mergify[bot]
parent 6b3e6e67e4
commit d0abc3f5e6

View File

@ -136,4 +136,4 @@ deploy:
- provider: script
on: # yamllint disable-line rule:truthy
all_branches: true
script: ./deploy.sh
script: travis_wait ./deploy.sh