aboutsummaryrefslogtreecommitdiffstats
path: root/.woodpecker
diff options
context:
space:
mode:
authorMichael Grote2023-11-08 16:20:39 +0100
committerMichael Grote2023-11-08 16:20:39 +0100
commit408ed581999c3cf1f601764e97610e37e7715b23 (patch)
tree0d771e66d225553fad97631bd985860d88d26e65 /.woodpecker
parent017fef9b522e362ab4625383f3b275b3daadf240 (diff)
ci: disable shellcheck
Diffstat (limited to '.woodpecker')
-rw-r--r--.woodpecker/lint.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml
index 176feb0..bf85cd5 100644
--- a/.woodpecker/lint.yml
+++ b/.woodpecker/lint.yml
@@ -21,11 +21,11 @@ steps:
exclude:
- tag
- shellcheck:
- image: koalaman/shellcheck-alpine:stable
- commands:
- - "find . -name *.sh -exec shellcheck {} +"
- when:
- event:
- exclude:
- - tag
+ #shellcheck:
+ # image: koalaman/shellcheck-alpine:stable
+ # commands:
+ # - "find . -name *.sh -exec shellcheck {} +"
+ # when:
+ # event:
+ # exclude:
+ # - tag