diff options
author | moisseev <moiseev@mezonplus.ru> | 2023-12-05 11:30:30 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2023-12-05 13:51:23 +0300 |
commit | 70897b0bd0d3781592b8707644825d37de076fac (patch) | |
tree | 1ddc8433c72c8ea75bfe1796923b4f543f1966c3 /.drone.yml | |
parent | 8922ef67f5c0fed404f8ebc18d908baa797db309 (diff) | |
download | rspamd-70897b0bd0d3781592b8707644825d37de076fac.tar.gz rspamd-70897b0bd0d3781592b8707644825d37de076fac.zip |
[Test] Use `npm ls` to show versions
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.drone.yml b/.drone.yml index 5f8829a73..cad368960 100644 --- a/.drone.yml +++ b/.drone.yml @@ -487,11 +487,8 @@ { "commands": [ "npm install", - "./node_modules/.bin/eslint -v", - "npm show @stylistic/eslint-plugin version", + "npm ls", "./node_modules/.bin/eslint ./", - "./node_modules/.bin/stylelint -v", - "npm show stylelint-config-standard version", "./node_modules/.bin/stylelint ./**/*.css ./**/*.html ./**/*.js" ], "failure": "ignore", @@ -560,7 +557,7 @@ } --- { - "hmac": "4ca5db457ae3dab86f7e81d57f72268fae0bcf446dfaf91482032e6545736524", + "hmac": "2351718d9a562ea71ff344fb39fcf4ad5dae5b9694219b933c1b63a8b87d2aa5", "kind": "signature" } ... |