tests(packer): success on cloud-init failure.

This commit is contained in:
Alexandre Pujol 2025-09-06 13:23:49 +02:00
parent d9df02f3f8
commit 5795114328
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 3 additions and 4 deletions

View file

@ -60,8 +60,7 @@ clean_pacman() {
clean_zypper() {
_msg "Cleaning zypper cache"
zypper update -y
zypper clean -y
zypper clean --all
}
# Make the image as impersonal as possible.