From 65068a9a3c88b9f67f9f0fa042ab0af0354bac84 Mon Sep 17 00:00:00 2001 From: moisseev Date: Sat, 16 Apr 2022 09:50:36 +0300 Subject: [PATCH] [Test] Allow linters to fail without failing the overall pipeline. --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index a3669a1ab..029145cfc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -230,6 +230,7 @@ steps: - name: eslint image: node:17-alpine pull: if-not-exists + failure: ignore commands: - npm install - ./node_modules/.bin/eslint -v @@ -243,6 +244,7 @@ steps: # https://github.com/rspamd/rspamd-build-docker/blob/master/perl-tidyall/Dockerfile image: rspamd/ci-perl-tidyall pull: if-not-exists + failure: ignore commands: - tidyall --version - perltidy --version | head -1 -- 2.39.5