diff options
author | mathieui <mathieui@mathieui.net> | 2021-03-14 12:30:51 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2021-03-14 12:30:51 +0100 |
commit | 5b6ec15f73a5085e5c83e5a5eb591d65de67c73d (patch) | |
tree | e8f0c5f7a63e2bac4471a1047f0535234fbe560f | |
parent | 3f7e7bd9cace057c348a7a01af7476611bd22c9f (diff) | |
download | poezio-5b6ec15f73a5085e5c83e5a5eb591d65de67c73d.tar.gz poezio-5b6ec15f73a5085e5c83e5a5eb591d65de67c73d.tar.bz2 poezio-5b6ec15f73a5085e5c83e5a5eb591d65de67c73d.tar.xz poezio-5b6ec15f73a5085e5c83e5a5eb591d65de67c73d.zip |
ci: remove allow_failure on pylint job
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8a6d0ba..22638d6d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,7 +67,6 @@ pytest-latest: pylint-latest: stage: lint - allow_failure: true image: python:3 script: - apt-get update && apt-get install -y libidn11-dev |