Commit 783074ed authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #21596 from caesarxuchao/linkcheck-golang-path

Auto commit by PR queue bot
parents a6d855bf cdb6fb9a
...@@ -6,7 +6,9 @@ ...@@ -6,7 +6,9 @@
logrotate: logrotate:
numToKeep: 200 numToKeep: 200
builders: builders:
- shell: './hack/verify-linkcheck.sh' - shell: |
export PATH=${PATH}:/usr/local/go/bin
./hack/verify-linkcheck.sh
publishers: publishers:
- claim-build - claim-build
- gcs-uploader - gcs-uploader
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment