From 4e77bad435e9ec32b8caf1dca90c659e237c10b8 Mon Sep 17 00:00:00 2001 From: Marek Chrastina <marek.chrastina@vsb.cz> Date: Wed, 3 Jun 2020 10:55:08 +0200 Subject: [PATCH] Fix 404 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 839763021..44ac777a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,6 +52,7 @@ ext_links: stage: after_test image: it4innovations/docker-mkdocscheck:latest before_script: + - echo "192.168.101.10 docs.it4i.cz" >> /etc/hosts - 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/ || true -- GitLab