Move cleanup to seperate build step
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-02-14 13:22:34 +01:00
parent b3e33a7027
commit 485a318bcb
3 changed files with 17 additions and 17 deletions

View File

@ -227,18 +227,5 @@
" /output/Windows-Server-2019-LTSC.ova"
]
}
],
[
{
"type": "shell-local",
"inline": [
"pwsh -file scripts/Remove-Resources.ps1 \\",
" -VMName '{{user `vm_guestos`}}-{{user `vm_name`}}' \\",
" -VSphereFQDN '{{user `vcenter_server`}}' \\",
" -VSphereUsername '{{user `vsphere_username`}}' \\",
" -VSpherePassword '{{user `vsphere_password`}}' \\",
" -BuildName '{{build_name}}'"
]
}
]]
}