diff options
author | Ian Lewis <ianlewis@google.com> | 2020-01-21 01:11:58 -0500 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2020-01-21 01:11:58 -0500 |
commit | a910cc8fd10e508de56e97c2de2af289c1f1f7bb (patch) | |
tree | d41db4d1a236f32cd62b4d8a22a7ca25bdc0075e /cloudbuild.yaml | |
parent | dcd8504d9866a9b0d95fadbff79e599f5d6893db (diff) | |
parent | 3bdcdb0097d4a1d499d78c9e5a50dab2e1a01e0a (diff) |
Merge branch 'lint-md'
Diffstat (limited to 'cloudbuild.yaml')
-rw-r--r-- | cloudbuild.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 5cd9e22b2..21965427b 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -49,7 +49,7 @@ steps: - > ./upstream/gvisor/bazel-bin/runsc/linux_amd64_pure_stripped/runsc help syscalls -o json | ./bin/generate-syscall-docs -out ./content/docs/user_guide/compatibility/ - # Pull npm dependencies for scss + # Pull npm dependencies for scss and lint-md - name: 'gcr.io/cloud-builders/npm' args: ['ci'] # Copy App Engine app files. @@ -59,6 +59,9 @@ steps: - name: 'gcr.io/gvisor-website/hugo:0.53' env: ['HUGO_ENV=production'] args: ["hugo"] + # Test Markdown for issues. + - name: 'gcr.io/cloud-builders/npm' + args: ['run', 'lint-md'] # Test the HTML for issues. - name: 'gcr.io/gvisor-website/html-proofer:3.10.2' args: |