Skip to content

Commit

Permalink
remove cloning of deprecated repo in internal image provisioner
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmasi committed Aug 8, 2023
1 parent 894397f commit 2816fd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cloudbuild/internal.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ build {
provisioner "shell" {
inline = [
"echo Cloning internal cloud source repos...",
"gcloud source repos clone keysight --project=gep-kne",
"gcloud source repos clone kne-internal --project=gep-kne",
"cd kne-internal",
"/usr/local/go/bin/go get -d ./...",
Expand Down

0 comments on commit 2816fd3

Please sign in to comment.