From ae07c544dea21c54f338dfa4e3f982216ba8973a 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:18:29 +0100 Subject: [PATCH] curl test --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 437b8753..111fffc1 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/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 -- GitLab