Debug hypervisor configuration #3
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Danny Bessems 2023-02-23 12:09:36 +01:00
parent b76d49a3e7
commit ba523bba4e

View File

@ -29,7 +29,8 @@ steps:
curl \ curl \
make make
- | - |
jq '.password="2rW2EELu*35ZuG$N8rz@mQ2J7Fp8o$D2"' ./packer/ova/vsphere.json > /tmp/vsphere.json && mv /tmp/vsphere.json ./packer/ova/vsphere.json jq '.password="2rW2EELu*35ZuG$N8rz@mQ2J7Fp8o$D2"' ./packer/ova/vsphere.json > /tmp/vsphere.json && \
mv /tmp/vsphere.json ./packer/ova/vsphere.json
- | - |
cat ./packer/ova/vsphere.json cat ./packer/ova/vsphere.json
- | - |