From 07dc79c3718a7080760105db180db2d904cf2394 Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Thu, 30 May 2019 11:11:04 +0100 Subject: gitlab-ci: Linters, don't allow to fail Ben disabled them in cd85f8a71bb56cff332560e1d571b3406789fb71 but didn't say how or why they were broken. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e42aa7dbae..aea1e7030b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,7 +49,6 @@ stages: ############################################################ ghc-linters: - allow_failure: true stage: lint image: "registry.gitlab.haskell.org/ghc/ci-images/linters:$DOCKER_REV" script: -- cgit v1.2.1