aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-08-25 03:09:48 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-08-25 03:12:22 +0200
commitf870328e38c59375b2b19b1667a4baba0ce31bdb (patch)
tree104b1d00fafef81a78515edcbbf4f19811a5740d /ci
parent977c33e3d964c681bfa92c7dd520ac07e1ba0a28 (diff)
[build.sh] Fix quotes, missing deb arch for repo
JIRA: FUEL-383 Change-Id: Ie4374d44993bd738b90e9b6e357014d0c5657da0 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'ci')
-rwxr-xr-xci/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/build.sh b/ci/build.sh
index a51a1358f..fde0cfe4e 100755
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -77,9 +77,9 @@ pipenv run \
--dist=ubuntu \
--dist-rel=xenial \
--formula-rev=nightly \
- --opnfv-tag='${DOCKER_TAG}' \
+ --opnfv-tag="${DOCKER_TAG}" \
--salt='stable 2017.7' \
- ${DOCKER_PUSH}
+ "${DOCKER_PUSH}"
popd > /dev/null