ci: syntax

This commit is contained in:
Michael Grote 2024-02-02 22:18:14 +01:00
parent 60e76e6cd0
commit 34978f6e59
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ steps:
- tag
shellcheck:
image: "registry.mgrote.net/allzweckcontainer:latest" # sonst triggert ein Renovate-Lauf den Neubau, da komt ein neuer Tag, der Renovate triggert... usw. commands:
image: "registry.mgrote.net/allzweckcontainer:latest" # sonst triggert ein Renovate-Lauf den Neubau, da komt ein neuer Tag, der Renovate triggert... usw.
commands:
- |
find . -type f -not -path './.git/*' -not -path './collections/*' -exec file {} \; | while IFS= read -r line; do
if echo "$line" | grep -q "shell script"; then