From 58eff99fbfb6c9efa542457a112d5160a1e32b15 Mon Sep 17 00:00:00 2001
From: "Uwe Jandt (DESY)" <uwe.jandt@desy.de>
Date: Fri, 11 Jun 2021 12:07:19 +0200
Subject: [PATCH] ignore webfts error code 0

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f52645ca8..436370e7c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -158,7 +158,7 @@ test:htmlproofer:external_links:
   script:
     - "bundle exec htmlproofer \
         --internal-domains localhost:4000 \
-        --url-ignore '/www.openstoragenetwork.org/,/www.hzdr.de/,/indico4.twgrid.org/,/aai.helmholtz.de/,/cvs.data.kit.edu/' \
+        --url-ignore '/www.openstoragenetwork.org/,/www.hzdr.de/,/indico4.twgrid.org/,/aai.helmholtz.de/,/cvs.data.kit.edu/',/webfts.fedcloud-tf.fedcloud.eu/' \
         --assume-extension public/"
   rules:
     - if: '$CI_PIPELINE_SOURCE == "schedule"'
-- 
GitLab