fix pipeline
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Install Helm
|
||||
run: |
|
||||
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
||||
snap install task --classic
|
||||
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/bin
|
||||
- name: Write kubeconfig
|
||||
run: |
|
||||
echo "${{ secrets.KUBECONFIG }}" > kubeconfig
|
||||
|
||||
Reference in New Issue
Block a user