diff options
author | moisseev <moiseev@mezonplus.ru> | 2022-04-16 09:50:36 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2022-04-16 09:50:36 +0300 |
commit | 65068a9a3c88b9f67f9f0fa042ab0af0354bac84 (patch) | |
tree | 231aada50d5cf4b6a9d0c6c46d5dd5d59282bed4 /.drone.yml | |
parent | aba153823664a19ce8203ff3a3a758b75c0dedb6 (diff) | |
download | rspamd-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.yml | 2 |
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 |