Remove debugging
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Danny Bessems 2023-02-23 12:11:10 +01:00
parent ba523bba4e
commit 90bb281f42

View File

@ -29,10 +29,8 @@ steps:
curl \ curl \
make make
- | - |
jq '.password="2rW2EELu*35ZuG$N8rz@mQ2J7Fp8o$D2"' ./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