Remove redundant package installation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Danny Bessems 2023-03-04 15:50:41 +01:00
parent 12ae24f950
commit e6c366a5be

View File

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