From: Andrew Lewis Date: Mon, 20 Nov 2023 11:34:50 +0000 (+0200) Subject: [Minor] Re-sign YAML X-Git-Tag: 3.8.0~56^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4713%2Fhead;p=thirdparty%2Frspamd.git [Minor] Re-sign YAML --- diff --git a/.drone.jsonnet b/.drone.jsonnet index 8bac34da66..413a6b356f 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 ac0b12a8ea..5f8829a73e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -560,7 +560,7 @@ } --- { - "hmac": "1fb0cd2235d6c518d809751b4b263601285c5554863c89c19bd325af38207bce", + "hmac": "4ca5db457ae3dab86f7e81d57f72268fae0bcf446dfaf91482032e6545736524", "kind": "signature" } ...