From 47d83af070e5cb49ff6cfb04865e712a96965617 Mon Sep 17 00:00:00 2001 From: Big Bad Waffle Date: Sun, 16 Feb 2020 11:24:22 +0200 Subject: [PATCH] linting is no longer allowed to fail --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 19b6360b..30a5de3b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,6 @@ lint-server: only: - merge_requests - master - allow_failure: true lint-client: stage: test @@ -33,7 +32,6 @@ lint-client: only: - merge_requests - master - allow_failure: true build-image-latest: stage: build