From b5af3130e2f3de9d38462b6ac59e3c0358313308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Fri, 18 Oct 2019 10:51:06 +0200 Subject: [PATCH] Format --- build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 1e00ecb..24a9f40 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ set -eoux pipefail if [[ -z ${1:-} ]] && [[ -n ${CI:-} ]]; then - echo "Usage: ./build.sh \$VERSION_SHORT" + echo 'Usage: ./build.sh $VERSION_SHORT' exit 1 elif [[ $CI == true ]]; then VERSION_SHORT="$1" @@ -41,8 +41,7 @@ else fi fi -# shellcheck disable=SC2086 -docker build . -t $TAGS +docker build . -t "${TAGS[@]}" docker images # only push when: