Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Poluect committed Dec 10, 2021
1 parent 759472a commit 061df0f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions ci/triggers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,14 @@ spec:
triggers:
- name: cel-trig
interceptors:
- ref:
name: "cel"
params:
- name: "overlays"
value:
- key: extensions.body-json
expression: "body.marshalJSON()"
- cel:
overlays:
- key: count_plus_1
expression: "body.count + 1.0"
- key: count_plus_2
expression: "int(body.count) + 2"
- key: measure_times_3
expression: "body.measure * 3.0"
bindings:
- ref: sscs-pipelinebinding
template:
Expand Down

0 comments on commit 061df0f

Please sign in to comment.