add golang to path to run on jenkins
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user