Commit cdb6fb9a authored by Chao Xu's avatar Chao Xu

add golang to path to run on jenkins

parent 4d59d700
...@@ -6,7 +6,9 @@ ...@@ -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
......
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