mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 00:32:09 -04:00
Prevent endless wait
This commit is contained in:
parent
69e31bc126
commit
fb9038b0b2
1 changed files with 0 additions and 2 deletions
|
|
@ -45,8 +45,6 @@ func (s *StepWaitForIp) Run(ctx context.Context, state multistep.StateBag) multi
|
|||
waitDone := make(chan bool, 1)
|
||||
defer func() {
|
||||
cancel()
|
||||
for range waitDone {
|
||||
}
|
||||
}()
|
||||
|
||||
go func() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue