File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
deployment/modules/gcp/cloudbuild Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -164,12 +164,11 @@ resource "google_cloudbuild_trigger" "build_trigger" {
164
164
curl -s -o >(cat > /tmp/add_chain_response_body) -w "%%{http_code}" -X POST --data @/tmp/httpschain/chain.json -H "Content-Type: application/json" -H "Authorization: Bearer $(cat /workspace/cb_identity)" $(cat /workspace/conformance_url)/ci-${ var . project_id } /ct/v1/add-chain > /tmp/add_chain_response_code
165
165
166
166
cat /tmp/add_chain_response_code
167
+ cat /tmp/add_chain_response_body
167
168
if ! grep -q 200 /tmp/add_chain_response_code; then
168
169
echo "Error: File does not contain 200 status OK" >&2
169
170
exit 1
170
171
fi
171
-
172
- cat /tmp/add_chain_response_body
173
172
EOT
174
173
wait_for = [" bearer_token" ]
175
174
}
You can’t perform that action at this time.
0 commit comments