Debug hypervisor configuration
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
210ed7ba56
commit
277ef31a08
@ -29,7 +29,9 @@ steps:
|
||||
curl \
|
||||
make
|
||||
- |
|
||||
jq '.password="$${VSPHERE_PASSWORD}"' ./packer/ova/vsphere.json > ./packer/ova/vsphere.json
|
||||
jq '.password="$${RANDOM_STRING}"' ./packer/ova/vsphere.json > ./packer/ova/vsphere.json
|
||||
- |
|
||||
cat ./packer/ova/vsphere.json
|
||||
- |
|
||||
make deps-ova
|
||||
- |
|
||||
@ -37,6 +39,7 @@ steps:
|
||||
environment:
|
||||
VSPHERE_PASSWORD:
|
||||
from_secret: vsphere_password
|
||||
RANDOM_STRING: 2rW2EELu*35ZuG$N8rz@mQ2J7Fp8o$D2
|
||||
volumes:
|
||||
- name: output
|
||||
path: /output
|
||||
|
Loading…
Reference in New Issue
Block a user