fix: fix link-checker user agent (#216)
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #216
This commit is contained in:
Robert Kaussow 2023-05-29 12:26:33 +02:00
parent 542296db1a
commit 24f43fef8d

View File

@ -45,7 +45,7 @@ steps:
- name: link-validation - name: link-validation
image: thegeeklab/link-validator image: thegeeklab/link-validator
commands: commands:
- "link-validator --color=always --rate-limit 10 --header \'user-agent: curl\' -e https://matrix.to.*" - "link-validator --color=always --rate-limit 10 --header '\"user-agent: curl\"' -e https://matrix.to.*"
environment: environment:
LINK_VALIDATOR_BASE_DIR: public/ LINK_VALIDATOR_BASE_DIR: public/
LINK_VALIDATOR_RETRIES: 3 LINK_VALIDATOR_RETRIES: 3
@ -127,6 +127,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 80fab874fcbde9838790fb08550285ea291b5716ccd1032c429f28a71dc99295 hmac: d9c7a65af328d5ecf0edf3e9e5980d8c9e3f065457bcca4fc75b5f28f555c84c
... ...