Skip to content

Commit

Permalink
Fix installation of OpenShift Pipelines (red-hat-data-services#944)
Browse files Browse the repository at this point in the history
It was failing for 4.14.0-rc1

Signed-off-by: Jorge Garcia Oncins <[email protected]>
  • Loading branch information
jgarciao authored and Shilpa Chugh committed Nov 27, 2023
1 parent 029bbd3 commit 5b1e488
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Install Red Hat OpenShift Pipelines
${oc_version}= Get OpenShift Version
${is_self_managed}= Is RHODS Self-Managed
${platform}= Fetch Cluster Platform Type
IF ${oc_version} == "4.10"
IF "${oc_version}" == "4.10"
${openshift_pipelines_version}= Set Variable pipelines-1.8"
ELSE IF ${oc_version} == "4.11"
ELSE IF "${oc_version}" == "4.11"
${openshift_pipelines_version}= Set Variable pipelines-1.9
ELSE
IF ${is_self_managed} == ${TRUE} and "${platform}" == "AWS"
Expand Down

0 comments on commit 5b1e488

Please sign in to comment.