Skip to content

Commit

Permalink
odh nightlies moved to v2 operator (#911)
Browse files Browse the repository at this point in the history
Signed-off-by: Tarun Kumar <[email protected]>
  • Loading branch information
tarukumar authored Sep 6, 2023
1 parent 664b115 commit c5d2c2d
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 c5d2c2d

Please sign in to comment.