Skip to content

Commit

Permalink
odh nightlies moved to v2 operator (red-hat-data-services#911)
Browse files Browse the repository at this point in the history
Signed-off-by: Tarun Kumar <[email protected]>
  • Loading branch information
tarukumar authored and Shilpa Chugh committed Nov 27, 2023
1 parent ffb2920 commit b8afe88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Is RHODS Version Greater Or Equal Than
IF "${PRODUCT}" == "ODH" RETURN ${TRUE}
${ver} = Get RHODS version
${ver} = Fetch From Left ${ver} -
#IF "1.18" in "${ver}" RETURN ${TRUE} #we will enable it once odhnightlies is moved to v2 operator
IF "1.18" in "${ver}" RETURN ${TRUE}
${comparison} = GTE ${ver} ${target}
RETURN ${comparison}

Expand Down

0 comments on commit b8afe88

Please sign in to comment.