summaryrefslogtreecommitdiffstats
path: root/ci/cleanmaas.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2017-12-07 14:07:16 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2017-12-07 14:07:16 -0600
commitf20d1c11207651ba3dd043de04b39a57dd0058b8 (patch)
tree95d0087b0df479e5b6fa7b3d451a72d260c6b15c /ci/cleanmaas.sh
parentdebc84ebbc55830af5bcdb0567c68f64b16bd6be (diff)
adding snap install of MAAS.
Change-Id: I4f8ad592138ae6a372cfad199cc066b4e5e5ab18 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
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