fix shellcheck
This commit is contained in:
parent
9d1067ed8c
commit
17806b6333
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@ steps:
|
|||
- tag
|
||||
|
||||
- name: shellcheck
|
||||
image: koalaman/shellcheck
|
||||
image: koalaman/shellcheck-alpine:stable
|
||||
commands:
|
||||
- shellcheck app.sh
|
||||
- "find . -name *.sh -exec shellcheck {} +"
|
||||
when:
|
||||
event:
|
||||
exclude:
|
||||
|
|
Loading…
Reference in a new issue