diff --git a/.drone.yml b/.drone.yml index d392aba..8d96578 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,6 +22,8 @@ steps: image: bv11-cr01.bessems.eu/library/packer-extended pull: always commands: + - | + ls -lash /output - | apt-get update - | @@ -35,6 +37,8 @@ steps: make deps-ova - | make build-node-ova-vsphere-ubuntu-2204 + - | + ls -lash /output environment: VSPHERE_PASSWORD: from_secret: vsphere_password diff --git a/packer/ova/packer-node.json b/packer/ova/packer-node.json index 9f9b38f..dfd8869 100644 --- a/packer/ova/packer-node.json +++ b/packer/ova/packer-node.json @@ -195,6 +195,7 @@ "cpu_cores": "{{user `cpu_cores`}}", "datacenter": "{{user `datacenter`}}", "datastore": "{{user `datastore`}}", + "destroy": true, "disk_controller_type": "{{user `disk_controller_type`}}", "export": { "force": true,