Skip to content

Commit 72346e6

Browse files
committed
Add a 1m pause
1 parent beabe48 commit 72346e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packer/windows/buildkite-ami.pkr.hcl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ build {
9595
}
9696

9797
// need to restart after enabling containers
98-
provisioner "windows-restart" {}
98+
provisioner "windows-restart" {
99+
pause_before = "1m"
100+
}
99101

100102
provisioner "powershell" {
101103
script = "scripts/install-docker.ps1"

0 commit comments

Comments
 (0)