add golang to path to run on jenkins

This commit is contained in:
Chao Xu
2016-02-19 15:00:43 -08:00
parent 4d59d700c2
commit cdb6fb9a67

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