Remove debugging
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Danny Bessems 2023-02-23 12:23:06 +01:00
parent f113a61731
commit fce6d2c2a8

View File

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