update shellcheck

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle
2018-09-24 18:46:13 -04:00
parent 55513d40f6
commit 7b5ef7166f
4 changed files with 12 additions and 11 deletions

View File

@@ -24,6 +24,7 @@ validate_diff() {
# get the dockerfiles changed
IFS=$'\n'
# shellcheck disable=SC2207
files=( $(validate_diff --name-only -- '*Dockerfile') )
unset IFS
@@ -44,7 +45,7 @@ for f in "${files[@]}"; do
(
set -x
docker build -t ${base}:${suite} ${build_dir}
docker build -t "${base}:${suite}" "${build_dir}"
)
echo " --- "