summaryrefslogtreecommitdiffstats
path: root/ci/cleanvm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/cleanvm.sh')
-rwxr-xr-xci/cleanvm.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/ci/cleanvm.sh b/ci/cleanvm.sh
index df069baf..a2609bd8 100755
--- a/ci/cleanvm.sh
+++ b/ci/cleanvm.sh
@@ -2,7 +2,9 @@
set -x
-echo " Cleanup Started ..."
+source tools.sh
+
+echo_info "Cleanup Started..."
#use the below commands if you needs to delete the virtual machine
# also along with environment destroy.
@@ -20,4 +22,4 @@ do
sudo rm -f /var/lib/libvirt/images/${vm}.qcow2
done
-echo " Cleanup Finished ..."
+echo_info "Cleanup Finished!"