aboutsummaryrefslogtreecommitdiffstats
path: root/ci/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/build.sh')
-rwxr-xr-xci/build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/build.sh b/ci/build.sh
index fde0cfe4e..f15c52951 100755
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -71,6 +71,7 @@ pushd "${DOCKER_DIR}" > /dev/null
pipenv --two
pipenv install
pipenv install invoke
+# shellcheck disable=SC2086
pipenv run \
invoke build saltmaster-reclass \
--require 'salt salt-formulas opnfv reclass tini-saltmaster' \
@@ -79,7 +80,7 @@ pipenv run \
--formula-rev=nightly \
--opnfv-tag="${DOCKER_TAG}" \
--salt='stable 2017.7' \
- "${DOCKER_PUSH}"
+ ${DOCKER_PUSH}
popd > /dev/null