Skip to content

Commit cbb96be

Browse files
authored
[ISV-4962] remove support link from community release pipeline (#675)
1 parent 41e301c commit cbb96be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ansible/roles/operator-pipeline/templates/openshift/pipelines/operator-release-pipeline.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,9 @@ spec:
696696
# with the support link pointing to the affected PR
697697
- name: post-support-link-for-pr
698698
when:
699+
- input: "$(tasks.certification-project-check.results.certification_project_id)"
700+
operator: "notin"
701+
values: [""]
699702
- input: $(tasks.status)
700703
operator: notin
701704
values: ["Succeeded", "Completed"]

0 commit comments

Comments
 (0)