Skip to content

Commit 6339ff4

Browse files
authored
Merge pull request #26 from sarthakpurohit/fix-mirror-release-error
OKD-291: Fix broken mirror-release pod in okd-release-pipeline (release-stream parameter)
2 parents f33d83c + a599cdd commit 6339ff4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

base/tekton.dev/pipelines/okd-release-pipeline.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ spec:
111111
value: $(params.release-mirror-pushspec)
112112
- name: content-mirror-pushspec
113113
value: $(params.content-mirror-pushspec)
114+
- name: release-stream
115+
value: $(params.release-stream)
114116
runAfter:
115117
- verify-release
116118
- name: prepare-release-notes

0 commit comments

Comments
 (0)