Set a 30 min timeout for the docker builds during release

This commit is contained in:
Cezar.Leahu 2019-06-18 11:20:16 +03:00 committed by CezarLeahu
parent 8ba4ae9c11
commit 1fc4d94aba

View File

@ -51,7 +51,7 @@ jobs:
if: branch IN (release, release/SP/1.3.N, release/SP/2.0.N)
before_install: bash _ci/init.sh
before_script: travis_wait bash _ci/cache_artifacts.sh
script: bash _ci/release.sh
script: travis_wait 30 bash _ci/release.sh
before_deploy: source _ci/prepare_staging_deploy.sh
deploy:
provider: s3