File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11apiVersion : tekton.dev/v1
22kind : Pipeline
33metadata :
4- # annotations:
4+ annotations :
55# build.appstudio.openshift.io/repo: https://github.com/openshift/multiarch-tuning-operator?rev={{revision}}
6- # build.appstudio.redhat.com/commit_sha: '{{revision}}'
6+ build.appstudio.redhat.com/commit_sha : ' {{revision}}'
77# build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
88# build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99# pipelinesascode.tekton.dev/max-keep-runs: "3"
@@ -134,7 +134,7 @@ spec:
134134 value : https://github.com/openshift/multiarch-tuning-operator
135135 # TODO change revision after merge
136136 - name : revision
137- value : " $(params. revision) "
137+ value : ' {{ revision}} '
138138 - name : pathInRepo
139139 value : .tekton/rapidast-check.yaml
140140 params :
You can’t perform that action at this time.
0 commit comments