Skip to content

Commit

Permalink
Fix parenthesis in pipeline-run template (#502)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierangelo Di Pilato <[email protected]>
  • Loading branch information
pierDipi authored Jan 9, 2025
1 parent c65843f commit 4205a1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/konfluxgen/pipeline-run.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ metadata:
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "{{{ .Event }}}" && target_branch == "{{{ .ReleaseBuildConfiguration.Metadata.Branch }}}" {{{ .AdditionalTektonCELExpression }}}
{{- range $key, $value := .PipelineRunAnnotations }}
{{ $key }}: "{{ $value }}"
{{- end }}
{{{- range $key, $value := .PipelineRunAnnotations }}}
{{{ $key }}}: "{{{ $value }}}"
{{{- end }}}
creationTimestamp: null
labels:
appstudio.openshift.io/application: {{{ truncate ( sanitize .ApplicationName ) }}}
Expand Down

0 comments on commit 4205a1d

Please sign in to comment.