From f870328e38c59375b2b19b1667a4baba0ce31bdb Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Sat, 25 Aug 2018 03:09:48 +0200 Subject: [build.sh] Fix quotes, missing deb arch for repo JIRA: FUEL-383 Change-Id: Ie4374d44993bd738b90e9b6e357014d0c5657da0 Signed-off-by: Alexandru Avadanii --- ci/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci') 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 -- cgit