From 1d995c0ac1b487734d19c982f445af7d031652f0 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Tue, 21 Dec 2021 11:22:06 +0100
Subject: [PATCH] stop allowing failure for helm lint

---
 .gitlab-ci.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 79ed2ab8..701ed90f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,8 +9,3 @@ stages:
 
 variables:
   CHART_NAME: nextcloud-onlyoffice
-
-# Override allow_failure because this chart does not lint yet
-# (https://open.greenhost.net/stackspin/nextcloud/-/issues/1000)
-lint-helm:
-  allow_failure: true
-- 
GitLab