ci: replace shellcheck image
This commit is contained in:
parent
9fa656c2fa
commit
202e3be692
1 changed files with 1 additions and 5 deletions
|
@ -19,7 +19,7 @@ steps:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
shellcheck:
|
shellcheck:
|
||||||
image: "registry.mgrote.net/allzweckcontainer:v1.0.131"
|
image: "koalaman/shellcheck-alpine:latest"
|
||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
find . -type f -not -path './.git/*' -not -path './collections/*' -exec file {} \; | while IFS= read -r line; do
|
find . -type f -not -path './.git/*' -not -path './collections/*' -exec file {} \; | while IFS= read -r line; do
|
||||||
|
@ -28,8 +28,4 @@ steps:
|
||||||
shellcheck "$file_path"
|
shellcheck "$file_path"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
when:
|
|
||||||
event:
|
|
||||||
exclude:
|
|
||||||
- tag
|
|
||||||
...
|
...
|
||||||
|
|
Reference in a new issue