File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
deployment/modules/gcp/cloudbuild/preloaded Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,12 @@ resource "google_cloudbuild_trigger" "build_trigger" {
109
109
name = " alpine/terragrunt"
110
110
script = << EOT
111
111
terragrunt --terragrunt-non-interactive --terragrunt-no-color apply -auto-approve -no-color 2>&1
112
- terragrunt output ecdsa_p256_public_key_data
112
+ terragrunt --terragrunt-no-color output --raw conformance_url -no-color > /workspace/output
113
+ terragrunt --terragrunt-no-color output --raw conformance_bucket_name -no-color > /workspace/conformance_bucket_name
114
+ terragrunt --terragrunt-no-color output --raw ecdsa_p256_public_key_data -no-color > /workspace/conformance_log_public_key.pem
115
+ cat /workspace/output
116
+ cat /workspace/conformance_bucket_name
117
+ cat /workspace/conformance_log_public_key.pem
113
118
EOT
114
119
dir = " deployment/live/gcp/static-ct-staging/logs/arche2025h1"
115
120
env = [
You can’t perform that action at this time.
0 commit comments