Replay upstream changes
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-05-19 11:05:16 +02:00
parent c05b9bf0f5
commit 0cdb7fb129
7 changed files with 13 additions and 28 deletions

View File

@@ -6,9 +6,6 @@ volumes:
- name: output
claim:
name: flexvolsmb-drone-output
- name: scratch
claim:
name: flexvolsmb-drone-scratch
steps:
- name: Debugging information
@@ -22,12 +19,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