From 0d030bf93b8c87f802ae9a7fd96ce96c5de0c46a Mon Sep 17 00:00:00 2001 From: Tobias Huste <t.huste@hzdr.de> Date: Tue, 15 Jun 2021 07:28:30 +0200 Subject: [PATCH] Remove links from being ignored when checking external links Also fix a syntax error in the command --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 436370e7c..ab308943f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -158,7 +158,7 @@ test:htmlproofer:external_links: script: - "bundle exec htmlproofer \ --internal-domains localhost:4000 \ - --url-ignore '/www.openstoragenetwork.org/,/www.hzdr.de/,/indico4.twgrid.org/,/aai.helmholtz.de/,/cvs.data.kit.edu/',/webfts.fedcloud-tf.fedcloud.eu/' \ + --url-ignore '/www.openstoragenetwork.org/,/www.hzdr.de/,/indico4.twgrid.org/,/webfts.fedcloud-tf.fedcloud.eu/' \ --assume-extension public/" rules: - if: '$CI_PIPELINE_SOURCE == "schedule"' -- GitLab