Skip to content
Snippets Groups Projects
Verified Commit 0d030bf9 authored by Huste, Tobias's avatar Huste, Tobias :rabbit:
Browse files

Remove links from being ignored when checking external links

Also fix a syntax error in the command
parent dda7ae51
No related branches found
No related tags found
1 merge request!261Remove links from being ignored when checking external links
...@@ -158,7 +158,7 @@ test:htmlproofer:external_links: ...@@ -158,7 +158,7 @@ test:htmlproofer:external_links:
script: script:
- "bundle exec htmlproofer \ - "bundle exec htmlproofer \
--internal-domains localhost:4000 \ --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/" --assume-extension public/"
rules: rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"' - if: '$CI_PIPELINE_SOURCE == "schedule"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment