mirror of
https://github.com/thegeeklab/woodpecker-plugins.git
synced 2024-11-14 08:50:38 +00:00
fix linkcheck
This commit is contained in:
parent
b7d7abb84e
commit
f7a43ec94a
@ -38,7 +38,7 @@ steps:
|
|||||||
image: quay.io/thegeeklab/link-validator
|
image: quay.io/thegeeklab/link-validator
|
||||||
group: test
|
group: test
|
||||||
commands:
|
commands:
|
||||||
- link-validator --color=always --rate-limit 10 --timeout 60
|
- link-validator --color=always --rate-limit 10 --timeout 60 -e https://pkg.go.dev.*
|
||||||
environment:
|
environment:
|
||||||
LINK_VALIDATOR_BASE_DIR: public
|
LINK_VALIDATOR_BASE_DIR: public
|
||||||
LINK_VALIDATOR_RETRIES: "3"
|
LINK_VALIDATOR_RETRIES: "3"
|
||||||
|
Loading…
Reference in New Issue
Block a user