ci: disable shellcheck
This commit is contained in:
parent
02dd3b1daf
commit
fda096686d
1 changed files with 8 additions and 8 deletions
|
@ -21,11 +21,11 @@ steps:
|
||||||
exclude:
|
exclude:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
shellcheck:
|
#shellcheck:
|
||||||
image: koalaman/shellcheck-alpine:stable
|
# image: koalaman/shellcheck-alpine:stable
|
||||||
commands:
|
# commands:
|
||||||
- "find . -name *.sh -exec shellcheck {} +"
|
# - "find . -name *.sh -exec shellcheck {} +"
|
||||||
when:
|
# when:
|
||||||
event:
|
# event:
|
||||||
exclude:
|
# exclude:
|
||||||
- tag
|
# - tag
|
||||||
|
|
Loading…
Reference in a new issue