From 628689d7847bdbb4bbdc276816818d871ed0b069 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 3 Nov 2022 13:56:25 +0100 Subject: [PATCH] test: test link validation with retry --- .drone.jsonnet | 1 + .drone.yml | 3 ++- content/_index.md | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index add3446..0f361ab 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -56,6 +56,7 @@ local PipelineDocs = { ], environment: { LINK_VALIDATOR_BASE_DIR: 'public', + LINK_VALIDATOR_RETRIES: '3', }, }, { diff --git a/.drone.yml b/.drone.yml index d11b5dd..0bc4394 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,6 +44,7 @@ steps: - link-validator --nice --external --skip-file .linkcheckignore environment: LINK_VALIDATOR_BASE_DIR: public + LINK_VALIDATOR_RETRIES: 3 - name: build image: thegeeklab/hugo:0.97.3 @@ -85,6 +86,6 @@ trigger: --- kind: signature -hmac: 446b57f10122e64f67000e9d1319456425ef8b9472b4eaddc7da8ddc7814b9bb +hmac: 91a8abe98608ac3c7a4f582f594772f8dddf49844a92449c886a8382a1d8b17d ... diff --git a/content/_index.md b/content/_index.md index 112e963..3290073 100644 --- a/content/_index.md +++ b/content/_index.md @@ -7,3 +7,5 @@ You should not trust any container resource on the internet without verification {{< /hint >}} This project provides documentations for custom Drone CI plugins maintained by us. As mentioned, all plugins listed here are custom Drone plugins and not officially supported by Drone. Therefor, **don't use the official Drone support channels** and report issues in the corresponding repositories instead. + +[Test broken link](http://localhost:91234).