diff --git a/.cloudbuild.yaml b/.cloudbuild.yaml index 1412ab92b62..c17c7753415 100644 --- a/.cloudbuild.yaml +++ b/.cloudbuild.yaml @@ -192,10 +192,10 @@ steps: args: ['pull', 'gcr.io/cloudsql-docker/gce-proxy:1.14'] id: 'pullCloudsqlProxy' - name: 'gcr.io/cloud-...
func (h *taskRunHandler) Handle(event cloudevents.Event) cloudevents.Result { data := new(tektoncloudevent.TektonCloudEventData) if err := event.DataAs(&data); err != nil { return cloudevents.NewHTTPResult(http.StatusBadRequest, err.Error()) return cloudevents.NewReceipt(false, "invalid ...
> This being said, I'd be happy to see how you would handle all these > different cases. Maybe the following would be useful. It won't handle all the cases, but maybe it will take care of a good number of the nontrivial ones. julia @r@ local idexpression x; identifier fld,y; ...