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