diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-12-15 17:28:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-15 17:28:31 +0000 |
commit | f8fafff7aa8cbfb0d622b7ca1e631e1278600bb4 (patch) | |
tree | f70686b790c146a0203ca9deaf41959120f716c1 /ci/cleanmaas.sh | |
parent | ad9061891d22c2f9dcfa841652617d3c8360eb45 (diff) | |
parent | f20d1c11207651ba3dd043de04b39a57dd0058b8 (diff) |
Merge "adding snap install of MAAS."
Diffstat (limited to 'ci/cleanmaas.sh')
-rwxr-xr-x | ci/cleanmaas.sh | 1 |
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 |