Skip to content
Snippets Groups Projects

Fix external link checking: Put failing links to the ignore list

Merged Huste, Tobias requested to merge debug-external-links into master
All threads resolved!
+ 1
1
@@ -160,7 +160,7 @@ test:htmlproofer:external_links:
script:
- "bundle exec htmlproofer \
--internal-domains localhost:4000 \
--url-ignore 'https://www.openstoragenetwork.org' \
--url-ignore '/www.openstoragenetwork.org/,/www.hzdr.de/,/indico4.twgrid.org/,/aai.helmholtz.de/,/cvs.data.kit.edu/' \
--assume-extension public/"
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
Loading