aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar dmarting <dmarting@google.com>2017-11-07 18:40:06 +0100
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2017-11-07 19:07:59 +0100
commite67d2952ad576288409a9fe09711f1798aaf01c2 (patch)
tree707049833c93b3ad10eba458d8b84426430759d8 /scripts
parentda30589fb9b7f4abe7280ffef73da909c1706b49 (diff)
Fix the docker path for Bazel docs publisher and set timeout
PiperOrigin-RevId: 174867981
Diffstat (limited to 'scripts')
-rw-r--r--scripts/docs/cloudbuild.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/docs/cloudbuild.yaml b/scripts/docs/cloudbuild.yaml
index 5bd121457d..39627c55ee 100644
--- a/scripts/docs/cloudbuild.yaml
+++ b/scripts/docs/cloudbuild.yaml
@@ -1,6 +1,6 @@
steps:
- name: gcr.io/cloud-builders/docker
- args: ['build', '--tag=gcr.io/$PROJECT_ID/bazel-jekyll', 'scripts']
+ args: ['build', '--tag=gcr.io/$PROJECT_ID/bazel-jekyll', 'scripts/docs']
- name: gcr.io/$PROJECT_ID/bazel-jekyll
args: ['build', '//site']
- name: gcr.io/cloud-builders/gsutil
@@ -9,3 +9,5 @@ steps:
args: ['web', 'set', '-m', 'index.html', '-e', '404.html', 'gs://docs.bazel.build']
- name: gcr.io/cloud-builders/gsutil
args: ['-m', 'acl', 'ch', '-R', '-u', 'AllUsers:R', 'gs://docs.bazel.build']
+
+timeout: 3600s