Skip to content

Commit

Permalink
fix: pipeline run yaml format for newer PaC (#2317)
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vašek <mvasek@redhat.com>
  • Loading branch information
matejvasek committed May 22, 2024
1 parent feb06f5 commit 7276955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/pipelines/tekton/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ func createPipelineRunTemplatePAC(f fn.Function, labels map[string]string) error

S2iImageScriptsUrl: s2iImageScriptsUrl,

RepoUrl: "{{ repo_url }}",
Revision: "{{ revision }}",
RepoUrl: "\"{{ repo_url }}\"",
Revision: "\"{{ revision }}\"",
}

var template string
Expand Down

0 comments on commit 7276955

Please sign in to comment.