Avoid race condition between builders
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:
@ -236,7 +236,8 @@
|
||||
" -VMName '{{user `vm_guestos`}}-{{user `vm_name`}}' \\",
|
||||
" -VSphereFQDN '{{user `vcenter_server`}}' \\",
|
||||
" -VSphereUsername '{{user `vsphere_username`}}' \\",
|
||||
" -VSpherePassword '{{user `vsphere_password`}}'"
|
||||
" -VSpherePassword '{{user `vsphere_password`}}' \\",
|
||||
" -BuildName '{{build_name}}'"
|
||||
]
|
||||
}
|
||||
]]
|
||||
|
Reference in New Issue
Block a user