From ad977729723388066b48fb2bb6983cfed01ad721 Mon Sep 17 00:00:00 2001 From: Anatolii Bazko Date: Wed, 17 Apr 2024 13:58:02 +0200 Subject: [PATCH] ci: replacing chectl installation scripts Signed-off-by: Anatolii Bazko --- .ci/openshift-ci/Dockerfile | 2 +- .github/workflows/minikube-test-helm.yaml | 2 +- .github/workflows/minikube-test-operator.yaml | 2 +- .github/workflows/minikube-test-upgrade-stable-to-next.yaml | 2 +- .github/workflows/minikube-test-upgrade-stable-to-stable.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.ci/openshift-ci/Dockerfile b/.ci/openshift-ci/Dockerfile index 937aa225cc..498d6629e8 100644 --- a/.ci/openshift-ci/Dockerfile +++ b/.ci/openshift-ci/Dockerfile @@ -24,4 +24,4 @@ RUN yum install --assumeyes -d1 python3-pip 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 diff --git a/.github/workflows/minikube-test-helm.yaml b/.github/workflows/minikube-test-helm.yaml index a74fd70746..f9882bb2d7 100644 --- a/.github/workflows/minikube-test-helm.yaml +++ b/.github/workflows/minikube-test-helm.yaml @@ -26,7 +26,7 @@ jobs: - name: Install yq run: sudo pip install yq - name: Install chectl - run: bash <(curl -sL https://www.eclipse.org/che/chectl/) --channel=next + run: bash <(curl -sL https://che-incubator.github.io/chectl/install.sh) --channel=next - name: Run tests run: /bin/bash build/scripts/minikube-tests/test-helm.sh - uses: actions/upload-artifact@v3 diff --git a/.github/workflows/minikube-test-operator.yaml b/.github/workflows/minikube-test-operator.yaml index c320c44c64..7e88e89c4b 100644 --- a/.github/workflows/minikube-test-operator.yaml +++ b/.github/workflows/minikube-test-operator.yaml @@ -26,7 +26,7 @@ jobs: - name: Install yq run: sudo pip install yq - name: Install chectl - run: bash <(curl -sL https://www.eclipse.org/che/chectl/) --channel=next + run: bash <(curl -sL https://che-incubator.github.io/chectl/install.sh) --channel=next - name: Run tests run: /bin/bash build/scripts/minikube-tests/test-operator.sh - uses: actions/upload-artifact@v3 diff --git a/.github/workflows/minikube-test-upgrade-stable-to-next.yaml b/.github/workflows/minikube-test-upgrade-stable-to-next.yaml index 26d095718a..5e77f60ff4 100644 --- a/.github/workflows/minikube-test-upgrade-stable-to-next.yaml +++ b/.github/workflows/minikube-test-upgrade-stable-to-next.yaml @@ -29,7 +29,7 @@ jobs: - name: Install yq run: sudo pip install yq - name: Install chectl - run: bash <(curl -sL https://www.eclipse.org/che/chectl/) --channel=next + run: bash <(curl -sL https://che-incubator.github.io/chectl/install.sh) --channel=next - name: Run tests run: /bin/bash build/scripts/minikube-tests/test-upgrade-from-stable-to-next.sh env: diff --git a/.github/workflows/minikube-test-upgrade-stable-to-stable.yaml b/.github/workflows/minikube-test-upgrade-stable-to-stable.yaml index f7beb7d412..d838977f82 100644 --- a/.github/workflows/minikube-test-upgrade-stable-to-stable.yaml +++ b/.github/workflows/minikube-test-upgrade-stable-to-stable.yaml @@ -29,7 +29,7 @@ jobs: - name: Install yq run: sudo pip install yq - name: Install chectl - run: bash <(curl -sL https://www.eclipse.org/che/chectl/) --channel=next + run: bash <(curl -sL https://che-incubator.github.io/chectl/install.sh) --channel=next - name: Run tests run: /bin/bash build/scripts/minikube-tests/test-upgrade-from-stable-to-stable.sh env: