Fix some more linting issues (#5)
This commit is contained in:
parent
7afb9b9b04
commit
c9a21e5884
2 changed files with 18 additions and 18 deletions
|
@ -29,7 +29,7 @@ steps:
|
|||
image: alpine:3.19
|
||||
commands:
|
||||
- apk add -U shellcheck
|
||||
- shellcheck -e SC3040 -e SC3010 -e SC3037 -e SC2086 -e SC2166 -e SC2002 -e SC2236 -e SC3020 -e SC2162 *.sh
|
||||
- shellcheck -e SC3040 -e SC3010 -e SC3037 -e SC3020 -e SC2162 *.sh
|
||||
|
||||
# TODO: add test of fresh build kaniko
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue