]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Disable eslint in CI
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 25 Oct 2021 18:44:51 +0000 (19:44 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 25 Oct 2021 18:44:51 +0000 (19:44 +0100)
It is broken and I don't know how to fix it.

.drone.yml

index a3669a1abaa04b46e297d607c5aa05f042852145..ccb57b9de94e676b85b7343d3da9b3ebd5327638 100644 (file)
@@ -257,7 +257,7 @@ steps:
       - test-fedora-clang
       - functional
       - send-coverage
-      - eslint
+      #- eslint
       - perl-tidyall
     settings:
       from: noreply@rspamd.com
@@ -276,6 +276,6 @@ trigger:
 
 ---
 kind: signature
-hmac: 7f6cf1f220412438eb05bcddf8b4354e2f7344d5cd925cd952eee9ab88772d9d
+hmac: b7d24cad8fd31136de93cb36b35b08691ba64196c6e0e3617e2c60139916647a
 
 ...