From f0d21e1f2821f15e04832abdad45edd5bcaf1012 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz>
Date: Mon, 5 Nov 2018 09:20:56 +0100
Subject: [PATCH] 404s test

---
 .gitlab-ci.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 111fffc1..45c8ee9e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,9 +47,7 @@ ext_links:
   script:
   - wget -V
   - echo https://docs.it4i.cz/devel/$CI_BUILD_REF_NAME/
-  - wget --spider -e robots=off  -r -p https://docs.it4i.cz/devel/$CI_BUILD_REF_NAME/
-  - curl https://docs.it4i.cz/devel/$CI_BUILD_REF_NAME/
-  - sed -n '/^Found .* broken links.$/,$p' /tmp/wget.log
+  - wget --spider -e robots=off  -r -p https://docs.it4i.cz/devel/$CI_BUILD_REF_NAME/ | sed -n '/^Found .* broken links.$/,$p'
 
 mkdocs:
   stage: build
-- 
GitLab