fix pipeline
This commit is contained in:
@@ -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
|
||||||
snap install task --classic
|
install task --classic
|
||||||
- name: Write kubeconfig
|
- name: Write kubeconfig
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.KUBECONFIG }}" > kubeconfig
|
echo "${{ secrets.KUBECONFIG }}" > kubeconfig
|
||||||
@@ -22,5 +22,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
export KUBECONFIG=$PWD/kubeconfig
|
export KUBECONFIG=$PWD/kubeconfig
|
||||||
kubectl version
|
kubectl version
|
||||||
helm version
|
helm version
|
||||||
task --version
|
task --version
|
||||||
|
|||||||
Reference in New Issue
Block a user