From 091dcb3dc997b1dc80a801454176cc1889e0d3cb Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Mon, 20 Nov 2023 13:34:50 +0200 Subject: [PATCH] [Minor] Re-sign YAML --- .drone.jsonnet | 1 + .drone.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 8bac34da6..413a6b356 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -280,6 +280,7 @@ local noarch_pipeline = { commands: [ 'npm install', './node_modules/.bin/eslint -v', + 'npm show @stylistic/eslint-plugin version', './node_modules/.bin/eslint ./', './node_modules/.bin/stylelint -v', 'npm show stylelint-config-standard version', diff --git a/.drone.yml b/.drone.yml index ac0b12a8e..5f8829a73 100644 --- a/.drone.yml +++ b/.drone.yml @@ -560,7 +560,7 @@ } --- { - "hmac": "1fb0cd2235d6c518d809751b4b263601285c5554863c89c19bd325af38207bce", + "hmac": "4ca5db457ae3dab86f7e81d57f72268fae0bcf446dfaf91482032e6545736524", "kind": "signature" } ... -- 2.39.5