From 21c456ebd2446e7165c508d4b2b46754ebf3ee7f Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 20 Jun 2023 14:01:49 +0200 Subject: [PATCH] temp disable link checks for nginx --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c558595..432e50e 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 --header '\"user-agent: curl\"' -e https://matrix.to.*" + - "link-validator --color=always --rate-limit 10 --header '\"user-agent: curl\"' -e https://matrix.to.* -e https://www.nginx.com.*" environment: LINK_VALIDATOR_BASE_DIR: public/ LINK_VALIDATOR_RETRIES: 3 @@ -127,6 +127,6 @@ depends_on: --- kind: signature -hmac: d9c7a65af328d5ecf0edf3e9e5980d8c9e3f065457bcca4fc75b5f28f555c84c +hmac: 78c4777960d12da77c92f3cdfeb08411b2e6a2734f90a0d3095846a5cf72c070 ...