Keep imagebuilder folder in default state
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-02-23 22:04:20 +01:00
parent 1ffdb79f41
commit 0c0ba1f88a
4 changed files with 13 additions and 6 deletions

View File

@@ -29,8 +29,8 @@ steps:
curl \
make
- |
jq '.password="'"$VSPHERE_PASSWORD"'"' ./packer/ova/vsphere.json > /tmp/vsphere.json && \
mv /tmp/vsphere.json ./packer/ova/vsphere.json
jq '.password="'"$VSPHERE_PASSWORD"'"' /drone/src/override.json > /tmp/json && \
mv /tmp/json /drone/src/override.json
- |
make deps-ova
- |
@@ -38,6 +38,8 @@ steps:
environment:
VSPHERE_PASSWORD:
from_secret: vsphere_password
PACKER_VAR_FILES:
/drone/src/override.json
volumes:
- name: output
path: /output