diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f23ef9f40b8ed6bc96c5db2a9db7b8f1c676ba9..ce5f8f0d62b70cd11765c0875d6ac94c0a2455a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,7 +47,7 @@ ext_links: before_script: - wget -V - echo https://docs.it4i.cz/devel/$CI_BUILD_REF_NAME/ - - wget --spider -e robots=off -o wget.log -r -p https://docs.it4i.cz/devel/$CI_BUILD_REF_NAME/ + - wget --spider -e robots=off -o wget.log -r -p https://docs.it4i.cz/devel/$CI_BUILD_REF_NAME/ || true #- wget --spider -e robots=off -r -p https://docs.it4i.cz/devel/$CI_BUILD_REF_NAME/ script: - cat wget.log | awk '/^Found [0-9]+ broken links.$/,/FINISHED/ { rc=-1; print $0 }; END { exit rc }'