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