From f5884cb1a851879f1fe7152b44a2ad7ac005e200 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 9 Mar 2023 20:53:46 +0100 Subject: [PATCH] ci: temp exclude unsplash from linkcheck --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e6486c0..a1734ee 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ...