diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-11-20 11:42:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-20 11:42:17 +0000 |
commit | 9fa95f12a66c773f1d2bcda7cb2d2034f1a5b22c (patch) | |
tree | f1dcbc23d3ed2664e1e428c47245d292f40401f7 | |
parent | b8950f56023bedacc265db654ca485783be8608e (diff) | |
parent | 091dcb3dc997b1dc80a801454176cc1889e0d3cb (diff) | |
download | rspamd-9fa95f12a66c773f1d2bcda7cb2d2034f1a5b22c.tar.gz rspamd-9fa95f12a66c773f1d2bcda7cb2d2034f1a5b22c.zip |
Merge pull request #4713 from fatalbanana/resign
[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" } ... |