* 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:59 +01:00
parent 000023bb70
commit 4b48b3c271

View File

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