diff --git a/.drone.yml b/.drone.yml index bb0f4fa..16cc0b9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,12 +22,6 @@ steps: image: bv11-cr01.bessems.eu/library/packer-extended pull: always commands: - - | - apt-get update - - | - apt-get install -y \ - curl \ - make - | jq '.password="'"$VSPHERE_PASSWORD"'"' ./packer/ova/vsphere.json > /tmp/vsphere.json && \ mv /tmp/vsphere.json ./packer/ova/vsphere.json