From: moisseev Date: Tue, 5 Dec 2023 08:30:30 +0000 (+0300) Subject: [Test] Use `npm ls` to show versions X-Git-Tag: 3.8.0~45^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F4725%2Fhead;p=rspamd.git [Test] Use `npm ls` to show versions --- diff --git a/.drone.jsonnet b/.drone.jsonnet index 413a6b356..8d4119706 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -279,11 +279,8 @@ local noarch_pipeline = { failure: 'ignore', 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', ], }, 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" } ...