* 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:21:26 +01:00
parent 4b48b3c271
commit 04c20049e4
3 changed files with 3 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ validate_diff() {
# get the dockerfiles changed
IFS=$'\n'
# shellcheck disable=SC2207
files=( $(validate_diff --name-only -- '*Dockerfile') )
unset IFS