aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-09-12 19:53:55 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-09-12 20:02:50 +0200
commit13325ade9e4d2ea1046062e4efce9c54c8d877cd (patch)
tree2012e711f8ef25d75b64f64679008bddb467a3ae /ci
parent674f0a09a4465d22a26e01a08270739eb489bdcd (diff)
[docker] Relax verify check for docker pull
JIRA: FUEL-383 Change-Id: I9203aa8d20def5b78d261f8c6847ddc576f0feb7 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'ci')
-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