fix pipeline

This commit is contained in:
2025-05-11 11:57:44 +03:00
parent 29cc728fc8
commit dfb27e24e3

View File

@@ -14,7 +14,7 @@ jobs:
- name: Install Helm - name: Install Helm
run: | run: |
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
install task --classic snap install task --classic
- name: Write kubeconfig - name: Write kubeconfig
run: | run: |
echo "${{ secrets.KUBECONFIG }}" > kubeconfig echo "${{ secrets.KUBECONFIG }}" > kubeconfig