From 758a30322757265ce418ad772b7a7008b6d34bd5 Mon Sep 17 00:00:00 2001 From: Dmytro Bogatov <dmytro@dbogatov.org> Date: Tue, 16 Oct 2018 23:05:45 -0400 Subject: [PATCH] Fix. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45d7d5d..a3fe18b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab