mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01: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…
Reference in New Issue
Block a user