From e6c366a5be802564da49dbf1ed0f2f4cdbd91c95 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Sat, 4 Mar 2023 15:50:41 +0100 Subject: [PATCH] Remove redundant package installation --- .drone.yml | 6 ------ 1 file changed, 6 deletions(-) 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