Unverified Commit 3579f9e7 authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

ci: purge do agent directory from do packer image

parent 701567b5
......@@ -12,6 +12,7 @@ export DEBIAN_FRONTEND=noninteractive
apt-get -y update
apt-get -o Dpkg::Options::="--force-confold" upgrade -q -y --force-yes
apt-get purge droplet-agent
rm -rf /opt/digitalocean
apt-get -y autoremove
apt-get -y autoclean
rm -rf /tmp/* /var/tmp/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment