Fix cloud-timeout setting

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-06-04 17:51:49 -04:00
parent c687323489
commit 36f7dd2e0b

View file

@ -1,12 +1,12 @@
# See https://cloud.google.com/cloud-build/docs/build-config # See https://cloud.google.com/cloud-build/docs/build-config
timeout: 1800s
# this prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF, # this prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF,
# or any new substitutions added in the future. # or any new substitutions added in the future.
options: options:
substitution_option: ALLOW_LOOSE substitution_option: ALLOW_LOOSE
steps: steps:
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200422-b25d964' - name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200422-b25d964'
timeout: 1800s
entrypoint: bash entrypoint: bash
env: env:
- DOCKER_CLI_EXPERIMENTAL=enabled - DOCKER_CLI_EXPERIMENTAL=enabled