Skip to content
Snippets Groups Projects
Verified Commit 13115127 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

simplify link check stage

parent 344f3d72
No related branches found
No related tags found
5 merge requests!305[release] Regular merge of develop,!304[release] Regular merge of develop,!300[release] Regular merge of develop,!292[release] Regular merge of develop,!286add linkchecker
Pipeline #45833 passed
......@@ -119,9 +119,9 @@ check:links:
allow_failure: true
before_script:
- cp .tmp/whitelist.txt build/.
- cp -r "$(pwd)"/build /check
script:
- cp -r build /check
- cd /
script:
- python link_check.py
# generate
......
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