From 49cf19c0b76bd98867b2a5aabca6a175d073f7b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz> Date: Thu, 1 Nov 2018 09:33:00 +0100 Subject: [PATCH] :Revert "CI 404s test" This reverts commit 23ff8178f1e65c544484b8b6b2152f9b7a6cd86d. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 63fa8da51..9f8874c34 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,7 +47,7 @@ ext_links: script: - wget -V - echo https://docs.it4i.cz/devel/$CI_BUILD_REF_NAME/ - - wget --spider -o /tmp/wget.log -e robots=off -r -p https://docs.it4i.cz/ + - wget --spider -o /tmp/wget.log -e robots=off -r -p https://docs.it4i.cz/devel/$CI_BUILD_REF_NAME/ - sed -n '/^Found .* broken links.$/,$p' /tmp/wget.log mkdocs: -- GitLab