* MOD: cleanup
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
+1 -1
View File
@@ -25,7 +25,7 @@ validate_diff() {
# get the dockerfiles changed # get the dockerfiles changed
IFS=$'\n' IFS=$'\n'
mapfile -t files < <( $(validate_diff --name-only -- '*Dockerfile') mapfile -t files<( $(validate_diff --name-only -- '*Dockerfile')
unset IFS unset IFS
# build the changed dockerfiles # build the changed dockerfiles