Skip to content

Commit

Permalink
Add packer sleep for initial updates (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmasi committed Oct 25, 2022
1 parent fa58338 commit edf333e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cloudbuild/external.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ build {

provisioner "shell" {
inline = [
"echo Waiting for initial updates...",
"/usr/bin/cloud-init status --wait",
"sleep 60",
]
}

Expand Down
2 changes: 2 additions & 0 deletions cloudbuild/internal.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ build {

provisioner "shell" {
inline = [
"echo Waiting for initial updates...",
"/usr/bin/cloud-init status --wait",
"sleep 60",
]
}

Expand Down

0 comments on commit edf333e

Please sign in to comment.