diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-10-25 19:44:51 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-10-25 19:44:51 +0100 |
commit | d970e1e7b4271dc6c852ea65a4aabd214ef9ea63 (patch) | |
tree | 8aea2190d9ff50e1863490d57a730beae648f1e0 /.drone.yml | |
parent | f68071f3a702f841a4df25dd38dd78eb52a89cdf (diff) | |
download | rspamd-d970e1e7b4271dc6c852ea65a4aabd214ef9ea63.tar.gz rspamd-d970e1e7b4271dc6c852ea65a4aabd214ef9ea63.zip |
[Minor] Disable eslint in CI
It is broken and I don't know how to fix it.
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 4 |
1 files 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@rspamd.com @@ -276,6 +276,6 @@ trigger: --- kind: signature -hmac: 7f6cf1f220412438eb05bcddf8b4354e2f7344d5cd925cd952eee9ab88772d9d +hmac: b7d24cad8fd31136de93cb36b35b08691ba64196c6e0e3617e2c60139916647a ... |