diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-11-21 16:45:49 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-11-21 16:45:49 +0000 |
commit | e093eeb5799b3a0141a71b38e8dcbf3ae80e07ee (patch) | |
tree | b269fe1c18a9adb98b4e7184b3bdf0b92eee9643 /.drone.yml | |
parent | 86904bf22bbceb18718db0d3e7f11592d8a120ba (diff) | |
download | rspamd-e093eeb5799b3a0141a71b38e8dcbf3ae80e07ee.tar.gz rspamd-e093eeb5799b3a0141a71b38e8dcbf3ae80e07ee.zip |
[Minor] Fix test stage
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 24 |
1 files 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 ... |