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: 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