We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb76c7d commit 6c5de93Copy full SHA for 6c5de93
.github/workflows/minikube-test-operator-arm.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install yq
27
run: sudo pip install yq
28
- name: Install chectl
29
- run: bash <(curl -sL https://che-incubator.github.io/chectl/install.sh) --channel=next
+ run: bash <(curl -sL https://raw.githubusercontent.com/che-incubator/chectl/4526a1fa80e29e4cc6dfd3fb048a9f75441bf8a2/install.sh) --channel=next
30
- name: Run tests
31
run: /bin/bash build/scripts/minikube-tests/test-operator-arm64.sh
32
- uses: actions/upload-artifact@v4
0 commit comments