From cbb96be536b8410650386483aa6b6762493f9f90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Man?= <36169139+mantomas@users.noreply.github.com> Date: Tue, 18 Jun 2024 14:14:10 +0200 Subject: [PATCH] [ISV-4962] remove support link from community release pipeline (#675) --- .../openshift/pipelines/operator-release-pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/roles/operator-pipeline/templates/openshift/pipelines/operator-release-pipeline.yml b/ansible/roles/operator-pipeline/templates/openshift/pipelines/operator-release-pipeline.yml index 21b052e31..cbfa2c88a 100644 --- a/ansible/roles/operator-pipeline/templates/openshift/pipelines/operator-release-pipeline.yml +++ b/ansible/roles/operator-pipeline/templates/openshift/pipelines/operator-release-pipeline.yml @@ -696,6 +696,9 @@ spec: # with the support link pointing to the affected PR - name: post-support-link-for-pr when: + - input: "$(tasks.certification-project-check.results.certification_project_id)" + operator: "notin" + values: [""] - input: $(tasks.status) operator: notin values: ["Succeeded", "Completed"]