mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
3
test.sh
3
test.sh
@@ -29,7 +29,8 @@ files=( $(validate_diff --name-only -- '*Dockerfile') )
|
|||||||
unset IFS
|
unset IFS
|
||||||
|
|
||||||
# build the changed dockerfiles
|
# build the changed dockerfiles
|
||||||
for f in "${files[@]}"; do
|
# shellcheck disable=SC2068
|
||||||
|
for f in ${files[@]}; do
|
||||||
if ! [[ -e "$f" ]]; then
|
if ! [[ -e "$f" ]]; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user