fix linkcheck for graylog
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
Robert Kaussow 2022-12-12 14:42:59 +01:00
parent c3e07b423a
commit 4cc318dd15
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ steps:
- name: link-validation
image: thegeeklab/link-validator
commands:
- link-validator --color=always --rate-limit 10 -e https://matrix.to/.* -e https://www.graylog.org/.*
- link-validator --color=always --rate-limit 10 -e https://matrix.to/.* -e https://www.graylog.org/.* -e https://go2docs.graylog.org/.*
environment:
LINK_VALIDATOR_BASE_DIR: public/
LINK_VALIDATOR_RETRIES: 3