From 4685e66f1b3b0e8600917818e828db7e817f0bd6 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 12 Dec 2022 14:51:52 +0100 Subject: [PATCH] fix linkcheck for graylog --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1290f72..b2c04ed 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.* environment: LINK_VALIDATOR_BASE_DIR: public/ LINK_VALIDATOR_RETRIES: 3 @@ -127,6 +127,6 @@ depends_on: --- kind: signature -hmac: 0e3ce84fd1775bdf098d80297bb8ce17ee4aa72f36c289e08dc29ab8f64f064a +hmac: 401ce37f663e531d89355639b5e42ad06fe3b3a70f211d9516a773a719e3fc7a ...