debug link-checker issues

This commit is contained in:
Robert Kaussow 2023-05-28 13:03:32 +02:00
parent 13583001ad
commit b7bf4c86e4
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ local PipelineDocs = {
name: 'link-validation',
image: 'thegeeklab/link-validator',
commands: [
'link-validator --color=always --rate-limit 10 -v --header "user-agent: curl"',
"link-validator --color=always --rate-limit 10 -v --header 'user-agent: curl'",
],
environment: {
LINK_VALIDATOR_BASE_DIR: 'public',

View File

@ -41,7 +41,7 @@ steps:
- name: link-validation
image: thegeeklab/link-validator
commands:
- "link-validator --color=always --rate-limit 10 -v --header \"user-agent: curl\""
- "link-validator --color=always --rate-limit 10 -v --header 'user-agent: curl'"
environment:
LINK_VALIDATOR_BASE_DIR: public
LINK_VALIDATOR_RETRIES: 3
@ -86,6 +86,6 @@ trigger:
---
kind: signature
hmac: 8e63e85cfbdfdb32c85847cd6917d3fe193894c7767794e9db430a0067919803
hmac: eb8126969dd49f2fbef159a95ecb3b912e1030f2c7a09fb85cd35e5b3641e3b3
...