diff options
author | Ben Gamari <ben@well-typed.com> | 2019-03-24 08:46:13 -0400 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2019-03-24 08:46:13 -0400 |
commit | cd85f8a71bb56cff332560e1d571b3406789fb71 (patch) | |
tree | fcff205f9b49085ceb1ac886fe56ff0249035e95 /.gitlab-ci.yml | |
parent | 8d01b57273e72a9a9d4a76a8f3f15f59441ed30a (diff) | |
download | haskell-cd85f8a71bb56cff332560e1d571b3406789fb71.tar.gz |
gitlab-ci: Allow linters to fail for now
They are broken and I don't have time to fix them at the moment.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7da7c41a96..ba9019151b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,6 +44,7 @@ stages: ############################################################ ghc-linters: + allow_failure: true stage: lint image: "registry.gitlab.haskell.org/ghc/ci-images/linters:$DOCKER_REV" script: |