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

This commit is contained in:
Danny Bessems 2023-02-23 12:18:41 +01:00
parent 90bb281f42
commit 4875d4d31a

View File

@ -29,8 +29,10 @@ steps:
curl \
make
- |
jq '.password="$${VSPHERE_PASSWORD}"' ./packer/ova/vsphere.json > /tmp/vsphere.json && \
jq '.password="$${RANDOM_STRING}"' ./packer/ova/vsphere.json > /tmp/vsphere.json && \
mv /tmp/vsphere.json ./packer/ova/vsphere.json
- |
cat ./packer/ova/vsphere.json
- |
make deps-ova
- |
@ -38,6 +40,7 @@ steps:
environment:
VSPHERE_PASSWORD:
from_secret: vsphere_password
RANDOM_STRING: 2rW2EELu*35ZuG$N8rz@mQ2J7Fp8o$D2
volumes:
- name: output
path: /output