diff options
author | Andrew Lewis <nerf@judo.za.org> | 2023-11-20 13:34:50 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2023-11-20 13:34:50 +0200 |
commit | 091dcb3dc997b1dc80a801454176cc1889e0d3cb (patch) | |
tree | f1dcbc23d3ed2664e1e428c47245d292f40401f7 | |
parent | b8950f56023bedacc265db654ca485783be8608e (diff) | |
download | rspamd-091dcb3dc997b1dc80a801454176cc1889e0d3cb.tar.gz rspamd-091dcb3dc997b1dc80a801454176cc1889e0d3cb.zip |
[Minor] Re-sign YAML
-rw-r--r-- | .drone.jsonnet | 1 | ||||
-rw-r--r-- | .drone.yml | 2 |
2 files changed, 2 insertions, 1 deletions
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" } ... |