ci: temp exclude unsplash from linkcheck
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2023-03-09 20:53:46 +01:00
parent 15681073da
commit f5884cb1a8
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 2 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.* -e https://go2docs.graylog.org.*
- link-validator --color=always --rate-limit 10 -e https://matrix.to.* -e https://www.graylog.org.* -e https://go2docs.graylog.org.* -e https://unsplash.com.*
environment:
LINK_VALIDATOR_BASE_DIR: public/
LINK_VALIDATOR_RETRIES: 3
@ -127,6 +127,6 @@ depends_on:
---
kind: signature
hmac: 5cb7c479a16f8d27f154930325844ba81285d70f950a5ec6c74d7c8ca9a9261e
hmac: 80fab874fcbde9838790fb08550285ea291b5716ccd1032c429f28a71dc99295
...