aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/build.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/ci/build.sh b/ci/build.sh
index 3c8a5e7e9..a51a1358f 100755
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -70,16 +70,16 @@ pushd "${DOCKER_DIR}" > /dev/null
pipenv --two
pipenv install
-pipenv shell \
- "invoke build saltmaster-reclass \
+pipenv install invoke
+pipenv run \
+ invoke build saltmaster-reclass \
--require 'salt salt-formulas opnfv reclass tini-saltmaster' \
--dist=ubuntu \
--dist-rel=xenial \
--formula-rev=nightly \
--opnfv-tag='${DOCKER_TAG}' \
--salt='stable 2017.7' \
- ${DOCKER_PUSH}; \
- exit"
+ ${DOCKER_PUSH}
popd > /dev/null