Skip to content

Commit 3b1d45e

Browse files
authoredApr 17, 2024··
Download chectl install script from che-incubator.github.io in tests (#22929)
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
1 parent d7f12d4 commit 3b1d45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/pr-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
minikube-version: v1.23.2
5656

5757
- name: Install chectl
58-
run: bash <(curl -sL https://www.eclipse.org/che/chectl/) --channel=next
58+
run: bash <(curl -sL https://che-incubator.github.io/chectl/install.sh) --channel=next
5959

6060
- name: Deploy Che
6161
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.