mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 10:43:56 +00:00
Merge pull request #21596 from caesarxuchao/linkcheck-golang-path
Auto commit by PR queue bot
This commit is contained in:
commit
783074eded
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user