Use latest OLM version for Operator CI (#26922)
Closes #26921 Signed-off-by: Martin Bartoš <mabartos@redhat.com>
This commit is contained in:
parent
ebf31671e0
commit
b48a1f41fe
1 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@
|
|||
set -euxo pipefail
|
||||
|
||||
mkdir -p /tmp/olm/
|
||||
curl -L https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.20.0/install.sh -o /tmp/olm/install.sh
|
||||
curl -L https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.26.0/install.sh -o /tmp/olm/install.sh
|
||||
chmod +x /tmp/olm/install.sh
|
||||
/tmp/olm/install.sh v0.20.0
|
||||
/tmp/olm/install.sh v0.26.0
|
||||
|
|
Loading…
Reference in a new issue