Signed-off-by: Uwe Hermann <uh@uleenucks.de>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user