commit e093eeb: [Minor] Fix test stage

Vsevolod Stakhov vsevolod at highsecure.ru
Sun Nov 21 16:49:04 UTC 2021


Author: Vsevolod Stakhov
Date: 2021-11-21 16:45:49 +0000
URL: https://github.com/rspamd/rspamd/commit/e093eeb5799b3a0141a71b38e8dcbf3ae80e07ee (HEAD -> master)

[Minor] Fix test stage

---
 .drone.yml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/.drone.yml b/.drone.yml
index ca1c392e0..a3669a1ab 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -227,17 +227,17 @@ steps:
       # don't send coverage report for pull request
       event: [push, tag]
 
-#  - name: eslint
-#    image: node:17-alpine
-#    pull: if-not-exists
-#    commands:
-#      - npm install
-#      - ./node_modules/.bin/eslint -v
-#      - ./node_modules/.bin/eslint ./
-#      # Run stylelint checks
-#      - ./node_modules/.bin/stylelint -v
-#      - npm show stylelint-config-standard version
-#      - ./node_modules/.bin/stylelint ./**/*.css ./**/*.html ./**/*.js
+  - name: eslint
+    image: node:17-alpine
+    pull: if-not-exists
+    commands:
+      - npm install
+      - ./node_modules/.bin/eslint -v
+      - ./node_modules/.bin/eslint ./
+      # Run stylelint checks
+      - ./node_modules/.bin/stylelint -v
+      - npm show stylelint-config-standard version
+      - ./node_modules/.bin/stylelint ./**/*.css ./**/*.html ./**/*.js
 
   - name: perl-tidyall
     # https://github.com/rspamd/rspamd-build-docker/blob/master/perl-tidyall/Dockerfile
@@ -276,6 +276,6 @@ trigger:
 
 ---
 kind: signature
-hmac: 5c692f24a4708c4382027d4c1ca6fef7c774bf264e4c084f5aa7c37e1d054f28
+hmac: 7f6cf1f220412438eb05bcddf8b4354e2f7344d5cd925cd952eee9ab88772d9d
 
 ...


More information about the Commits mailing list