Skip to content

Commit

Permalink
Remove only shell provisioner as builds are separate
Browse files Browse the repository at this point in the history
  • Loading branch information
jwmoss committed Sep 26, 2024
1 parent 31b8a53 commit 15eeec9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gcp.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ build {

provisioner "shell" {
execute_command = "sudo -S bash -c '{{ .Vars }} {{ .Path }}'"
only = ["source.googlecompute.gw-fxci-gcp-l1"]
environment_vars = [
"CLOUD=google",
"TC_ARCH=${var.tc_arch}",
Expand Down Expand Up @@ -200,7 +199,6 @@ build {

provisioner "shell" {
execute_command = "sudo -S bash -c '{{ .Vars }} {{ .Path }}'"
only = ["source.googlecompute.ubuntu2404gw"]
environment_vars = [
"CLOUD=google",
"TC_ARCH=${var.tc_arch}",
Expand Down

0 comments on commit 15eeec9

Please sign in to comment.