]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Test] Allow linters to fail 4150/head
authormoisseev <moiseev@mezonplus.ru>
Sat, 16 Apr 2022 06:50:36 +0000 (09:50 +0300)
committermoisseev <moiseev@mezonplus.ru>
Sat, 16 Apr 2022 06:50:36 +0000 (09:50 +0300)
without failing the overall pipeline.

.drone.yml

index a3669a1abaa04b46e297d607c5aa05f042852145..029145cfc14e79d1c6f10b901bbb857589d5298e 100644 (file)
@@ -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