Destroy VM after build;Debug output
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1ffdb79f41
commit
e220c2bc24
@ -22,6 +22,8 @@ steps:
|
||||
image: bv11-cr01.bessems.eu/library/packer-extended
|
||||
pull: always
|
||||
commands:
|
||||
- |
|
||||
ls -lash /output
|
||||
- |
|
||||
apt-get update
|
||||
- |
|
||||
@ -35,6 +37,8 @@ steps:
|
||||
make deps-ova
|
||||
- |
|
||||
make build-node-ova-vsphere-ubuntu-2204
|
||||
- |
|
||||
ls -lash /output
|
||||
environment:
|
||||
VSPHERE_PASSWORD:
|
||||
from_secret: vsphere_password
|
||||
|
@ -195,6 +195,7 @@
|
||||
"cpu_cores": "{{user `cpu_cores`}}",
|
||||
"datacenter": "{{user `datacenter`}}",
|
||||
"datastore": "{{user `datastore`}}",
|
||||
"destroy": true,
|
||||
"disk_controller_type": "{{user `disk_controller_type`}}",
|
||||
"export": {
|
||||
"force": true,
|
||||
|
Loading…
Reference in New Issue
Block a user