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

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2016-02-20 01:51:09 -08:00
commit 783074eded

View File

@ -6,7 +6,9 @@
logrotate:
numToKeep: 200
builders:
- shell: './hack/verify-linkcheck.sh'
- shell: |
export PATH=${PATH}:/usr/local/go/bin
./hack/verify-linkcheck.sh
publishers:
- claim-build
- gcs-uploader