From 858a12b3ff50e5d890881ac7a40c48608d4c5ea7 Mon Sep 17 00:00:00 2001 From: Dmytro Nochevnov Date: Wed, 17 Apr 2024 15:22:19 +0300 Subject: [PATCH] Download chectl install script from che-incubator.github.io in tests (#677) --- .ci/openshift-ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/openshift-ci/Dockerfile b/.ci/openshift-ci/Dockerfile index 602797dbc5..5e641f593e 100644 --- a/.ci/openshift-ci/Dockerfile +++ b/.ci/openshift-ci/Dockerfile @@ -26,4 +26,4 @@ RUN yum install --assumeyes -d1 psmisc python3-pip httpd-tools nodejs && \ curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl && \ chmod +x ./kubectl && \ mv ./kubectl /usr/local/bin && \ - bash <(curl -sL https://www.eclipse.org/che/chectl/) --channel=next + bash <(curl -sL https://che-incubator.github.io/chectl/install.sh) --channel=next