From a2f1d542be6fe69e1040feae3e65c89ab339535e Mon Sep 17 00:00:00 2001 From: "Uwe Jandt (DESY, HIFIS)" <uwe.jandt@desy.de> Date: Tue, 2 Feb 2021 14:02:25 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c705af8c5..30d503d9c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -160,7 +160,7 @@ test:htmlproofer:external_links: script: - "bundle exec htmlproofer \ --internal-domains localhost:4000 \ - --url-ignore 'https://www.openstoragenetwork.org/' + --url-ignore 'https://www.openstoragenetwork.org' \ --assume-extension public/" rules: - if: '$CI_PIPELINE_SOURCE == "schedule"' -- GitLab