diff options
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 |