summaryrefslogtreecommitdiffhomepage
path: root/cloudbuild.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'cloudbuild.yaml')
-rw-r--r--cloudbuild.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudbuild.yaml b/cloudbuild.yaml
index d53e52614..25944303a 100644
--- a/cloudbuild.yaml
+++ b/cloudbuild.yaml
@@ -18,7 +18,7 @@ steps:
args: ["make"]
# Test the HTML for issues.
- name: 'gcr.io/gvisor-website/html-proofer:3.10.2'
- args: ["htmlproofer", "--disable-external", "public/static"]
+ args: ["htmlproofer", "--disable-external", "--check-html", "public/static"]
# Deploy to App Engine only for master branch.
- name: 'gcr.io/cloud-builders/gcloud'
entrypoint: 'bash'