commit d970e1e: [Minor] Disable eslint in CI

Vsevolod Stakhov vsevolod at highsecure.ru
Mon Oct 25 18:49:05 UTC 2021


Author: Vsevolod Stakhov
Date: 2021-10-25 19:44:51 +0100
URL: https://github.com/rspamd/rspamd/commit/d970e1e7b4271dc6c852ea65a4aabd214ef9ea63

[Minor] Disable eslint in CI
It is broken and I don't know how to fix it.

---
 .drone.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.drone.yml b/.drone.yml
index a3669a1ab..ccb57b9de 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -257,7 +257,7 @@ steps:
       - test-fedora-clang
       - functional
       - send-coverage
-      - eslint
+      #- eslint
       - perl-tidyall
     settings:
       from: noreply at rspamd.com
@@ -276,6 +276,6 @@ trigger:
 
 ---
 kind: signature
-hmac: 7f6cf1f220412438eb05bcddf8b4354e2f7344d5cd925cd952eee9ab88772d9d
+hmac: b7d24cad8fd31136de93cb36b35b08691ba64196c6e0e3617e2c60139916647a
 
 ...


More information about the Commits mailing list