Remove duplicate block definition
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2023-01-19 13:38:30 +01:00
parent 1f7fb31afe
commit 89532ff7fb
1 changed files with 0 additions and 4 deletions

View File

@ -52,9 +52,5 @@ source "vsphere-iso" "ubuntu" {
shutdown_command = "echo '${var.ssh_password}' | sudo -S shutdown -P now"
shutdown_timeout = "5m"
export {
images = false
output_directory = "/scratch/airgapped-k8s"
}
remove_cdrom = true
}