Skip to content

Commit

Permalink
turn off external for now
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmasi committed Mar 20, 2024
1 parent fd74351 commit 6e3a259
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions cloudbuild/postsubmit.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
steps:
- id: packer_init_external
name: "us-west1-docker.pkg.dev/gep-kne/packer/packer:1.9.1"
args: ["init", "cloudbuild/external.pkr.hcl"]
waitFor: ["-"] # run the builds concurrently

- id: packer_build_external
name: "us-west1-docker.pkg.dev/gep-kne/packer/packer:1.9.1"
args: ["build", "cloudbuild/external.pkr.hcl"]
env: [
"PKR_VAR_build_id=$BUILD_ID",
"PKR_VAR_short_sha=$SHORT_SHA",
"PKR_VAR_branch_name=$BRANCH_NAME",
"PKR_VAR_zone=${_ZONE}",
]
waitFor: [packer_init_external]
#- id: packer_init_external
# name: "us-west1-docker.pkg.dev/gep-kne/packer/packer:1.9.1"
# args: ["init", "cloudbuild/external.pkr.hcl"]
# waitFor: ["-"] # run the builds concurrently
#
#- id: packer_build_external
# name: "us-west1-docker.pkg.dev/gep-kne/packer/packer:1.9.1"
# args: ["build", "cloudbuild/external.pkr.hcl"]
# env: [
# "PKR_VAR_build_id=$BUILD_ID",
# "PKR_VAR_short_sha=$SHORT_SHA",
# "PKR_VAR_branch_name=$BRANCH_NAME",
# "PKR_VAR_zone=${_ZONE}",
# ]
# waitFor: [packer_init_external]

- id: packer_init_internal
name: "us-west1-docker.pkg.dev/gep-kne/packer/packer:1.9.1"
Expand Down

0 comments on commit 6e3a259

Please sign in to comment.