Skip to content

Commit e60cfd1

Browse files
committed
Add Cloud Build for GCP CI env
1 parent 1efff7c commit e60cfd1

File tree

1 file changed

+2
-1
lines changed
  • deployment/modules/gcp/cloudbuild

1 file changed

+2
-1
lines changed

deployment/modules/gcp/cloudbuild/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,11 @@ resource "google_cloudbuild_trigger" "build_trigger" {
125125
step {
126126
id = "cloud_run_deploy"
127127
name = "gcr.io/google.com/cloudsdktool/cloud-sdk"
128+
entrypoint = "gcloud"
128129
args = [
129130
"run",
130131
"deploy",
131-
"ci-static-ct",
132+
"${var.env}-static-ct",
132133
"--image",
133134
"${local.conformance_gcp_docker_image}:$SHORT_SHA",
134135
"--region",

0 commit comments

Comments
 (0)