summaryrefslogtreecommitdiffstats
path: root/ci/cleanmaas.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2017-12-15 17:28:31 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-12-15 17:28:31 +0000
commitf8fafff7aa8cbfb0d622b7ca1e631e1278600bb4 (patch)
treef70686b790c146a0203ca9deaf41959120f716c1 /ci/cleanmaas.sh
parentad9061891d22c2f9dcfa841652617d3c8360eb45 (diff)
parentf20d1c11207651ba3dd043de04b39a57dd0058b8 (diff)
Merge "adding snap install of MAAS."
Diffstat (limited to 'ci/cleanmaas.sh')
-rwxr-xr-xci/cleanmaas.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/cleanmaas.sh b/ci/cleanmaas.sh
index bcb4e443..1cad80dd 100755
--- a/ci/cleanmaas.sh
+++ b/ci/cleanmaas.sh
@@ -5,3 +5,4 @@ set -ex
echo "removing existing maas ..."
sudo apt-get purge maas maas-cli maas-common maas-dhcp maas-dns maas-proxy maas-rack-controller maas-region-api maas-region-controller -y
sudo rm -rf /var/lib/maas
+sudo snap remove maas || true