mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-12 17:04:48 +00:00
Set a 30 min timeout for the docker builds during release
This commit is contained in:
parent
8ba4ae9c11
commit
1fc4d94aba
@ -51,7 +51,7 @@ jobs:
|
|||||||
if: branch IN (release, release/SP/1.3.N, release/SP/2.0.N)
|
if: branch IN (release, release/SP/1.3.N, release/SP/2.0.N)
|
||||||
before_install: bash _ci/init.sh
|
before_install: bash _ci/init.sh
|
||||||
before_script: travis_wait bash _ci/cache_artifacts.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
|
before_deploy: source _ci/prepare_staging_deploy.sh
|
||||||
deploy:
|
deploy:
|
||||||
provider: s3
|
provider: s3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user