aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authormoisseev <moiseev@mezonplus.ru>2022-04-16 09:50:36 +0300
committermoisseev <moiseev@mezonplus.ru>2022-04-16 09:50:36 +0300
commit65068a9a3c88b9f67f9f0fa042ab0af0354bac84 (patch)
tree231aada50d5cf4b6a9d0c6c46d5dd5d59282bed4 /.drone.yml
parentaba153823664a19ce8203ff3a3a758b75c0dedb6 (diff)
downloadrspamd-65068a9a3c88b9f67f9f0fa042ab0af0354bac84.tar.gz
rspamd-65068a9a3c88b9f67f9f0fa042ab0af0354bac84.zip
[Test] Allow linters to fail
without failing the overall pipeline.
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 2 insertions, 0 deletions
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