mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-30 15:46:10 +02:00
fix
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
0003d0146c
commit
e50b738c5f
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user