We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943612c commit 53651e2Copy full SHA for 53651e2
deployment/modules/gcp/cloudbuild/main.tf
@@ -145,7 +145,7 @@ resource "google_cloudbuild_trigger" "build_trigger" {
145
id = "curl_test"
146
name = "curlimages/curl"
147
script = <<EOT
148
- curl -iX POST $(cat /workspace/conformance_url)/ci-conformance/ct/v1/add-pre-chain -H "Authorization: Bearer $(cat /workspace/cb_identity)"
+ curl -iX POST $(cat /workspace/conformance_url)/ci-${var.project_id}/ct/v1/add-pre-chain -H "Authorization: Bearer $(cat /workspace/cb_identity)"
149
EOT
150
wait_for = ["bearer_token"]
151
}
0 commit comments