Skip to content

Commit 48b04b2

Browse files
committed
add back revision
1 parent c89df15 commit 48b04b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.tekton/rapidast-integration-pipeline.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: tekton.dev/v1
22
kind: Pipeline
33
metadata:
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:

0 commit comments

Comments
 (0)