aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xci/deploy.sh15
1 files changed, 1 insertions, 14 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 90f789a2d..09167dc83 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -14,8 +14,7 @@
#
do_exit () {
local RC=$?
- clean
- cleanup_mounts
+ cleanup_mounts > /dev/null 2>&1
if [ ${RC} -eq 0 ]; then
notify "\n[OK] MCP: Openstack installation finished succesfully!\n\n" 2
else
@@ -134,16 +133,6 @@ notify() {
##############################################################################
##############################################################################
-# BEGIN of deployment clean-up
-#
-clean() {
- echo "Cleaning up deploy tmp directories"
-}
-#
-# END of deployment clean-up
-##############################################################################
-
-##############################################################################
# BEGIN of variables to customize
#
CI_DEBUG=${CI_DEBUG:-0}; [[ "${CI_DEBUG}" =~ (false|0) ]] || set -x
@@ -272,8 +261,6 @@ trap do_exit SIGINT SIGTERM EXIT
# Set no restrictive umask so that Jenkins can remove any residuals
umask 0000
-clean
-
pushd "${DEPLOY_DIR}" > /dev/null
# Prepare the deploy config files based on lab/pod information, deployment
# scenario, etc.