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: ...@@ -114,7 +114,7 @@ blc-docs:
- http-server documentation/out/ -p 80 > /dev/null & - http-server documentation/out/ -p 80 > /dev/null &
- sleep 5 - sleep 5
script: 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: tags:
- docker - docker
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment