summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2023-10-16 19:50:56 +0200
committerAndrew Lewis <nerf@judo.za.org>2023-10-17 14:25:45 +0200
commit80b0d44da4addc96bed4eeecfc01b4e5cc36278f (patch)
tree0b61b44d25a6257859f0bdc2b4e75fd85a7c0ec2 /.drone.yml
parent508fe8a626e649233fcbe57e829a78f23ceb364c (diff)
downloadrspamd-80b0d44da4addc96bed4eeecfc01b4e5cc36278f.tar.gz
rspamd-80b0d44da4addc96bed4eeecfc01b4e5cc36278f.zip
[Test] Banish luacheck from functional tests
- Use luacheck from GitLab
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 74231368a..196dbf9ad 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -499,6 +499,14 @@
"image": "node:18-alpine",
"name": "eslint",
"pull": "if-not-exists"
+ },
+ {
+ "commands": [
+ "luacheck -q --no-color ."
+ ],
+ "image": "pipelinecomponents/luacheck",
+ "name": "luacheck",
+ "pull": "if-not-exists"
}
],
"trigger": {
@@ -553,7 +561,7 @@
}
---
{
- "hmac": "3f01ceb14c7dd3ba2f5343fc52216843f72212e1cb25f944c2366d57e78d2b79",
+ "hmac": "6c89d1423ccbddbfac9e2b67f24192018670209a293cfee308880a16a2f2b372",
"kind": "signature"
}
...