ci: syntax
This commit is contained in:
parent
c01e2aa9f4
commit
f6dea7d48a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ steps:
|
|||
|
||||
shellcheck:
|
||||
image: registry.mgrote.net/allzweckcontainer
|
||||
commands: |
|
||||
commands:
|
||||
if find . -type f -not -path '/.git/' -exec file {} ; | grep -q "shell script"; then
|
||||
find . -type f -not -path '/.git/' -exec file {} ; | grep "shell script" | awk -F':' '{print $1}' | xargs -n1 shellcheck || echo "hallo"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue