Skip to content
Snippets Groups Projects
Verified Commit 758a3032 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix.

parent 3ec3f46c
No related branches found
No related tags found
No related merge requests found
Pipeline #2507 failed
......@@ -114,7 +114,7 @@ blc-docs:
- http-server documentation/out/ -p 80 > /dev/null &
- sleep 5
script:
- blc --filter-level 3 --input http://localhost -rog --exclude "*linkedin.*" --exclude "*doxygen.*" --exclude "*status.dbogatov.org*" --exclude "*github.com*" --exclude "*git.dbogatov.org*" | tee /dev/stderr | grep 'Finished!' | tail -1 | grep '0 broken.'
- blc --filter-level 3 --input http://localhost -rog --exclude "*linkedin.*" --exclude "*doxygen.*" --exclude "*status.dbogatov.org*" --exclude "*github.com*" --exclude "*git.dbogatov.org*" --exclude "*localhost/assets/images/favicon.ico*" --exclude "*fonts.gstatic.com*" | tee /dev/stderr | grep 'Finished!' | tail -1 | grep '0 broken.'
tags:
- docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment