Commit cdb6fb9a authored by Chao Xu's avatar Chao Xu

add golang to path to run on jenkins

parent 4d59d700
......@@ -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
......
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