* MOD: cleanup
Some checks failed
Test stage / check and test (push) Failing after 6s

Signed-off-by: Uwe Hermann <uh@uleenucks.de>
This commit is contained in:
2024-01-21 09:19:00 +01:00
parent d4a123c19a
commit 000023bb70

View File

@@ -25,7 +25,7 @@ validate_diff() {
# get the dockerfiles changed
IFS=$'\n'
mapfile -t files < <( $(validate_diff --name-only -- '*Dockerfile')
mapfile -t files<( $(validate_diff --name-only -- '*Dockerfile')
unset IFS
# build the changed dockerfiles