diff options
Diffstat (limited to 'ci/build.sh')
-rwxr-xr-x | ci/build.sh | 4 |
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 |