* 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:14:16 +01:00
parent 62c381d5df
commit 8f618de796

View File

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