From cdb9b097933c45c1ac87be6358aed983c2647a5b Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sun, 24 Apr 2022 23:29:38 +0200 Subject: [PATCH] mlc: curl.zuul.vexxhost.dev is reachable again remove it from ignorelist for linkcheck Closes #8736 --- mlc_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlc_config.json b/mlc_config.json index e81a084188..252d5bc449 100644 --- a/mlc_config.json +++ b/mlc_config.json @@ -2,7 +2,7 @@ "_comment": "Config file for linkcheck: If urls have some issues we can not fix on our end past it in here. MLC will ignore this.", "ignorePatterns": [ { - "pattern": "^https://curl.zuul.vexxhost.dev" + "pattern": "" } ] }