test 8
This commit is contained in:
parent
52cced3408
commit
823dfae4d9
1 changed files with 8 additions and 1 deletions
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
|
@ -41,4 +41,11 @@ jobs:
|
||||||
- name: Set up Kubectl
|
- name: Set up Kubectl
|
||||||
uses: actions/k8s-set-context@v1
|
uses: actions/k8s-set-context@v1
|
||||||
with:
|
with:
|
||||||
kubeconfig: ${{ secrets.KUBECONFIG }}
|
kubeconfig: ${{ secrets.KUBECONFIG }}
|
||||||
|
- name: Test kubeconfig
|
||||||
|
run: kubectl get pods -n minecraft
|
||||||
|
- name: Set up Helm
|
||||||
|
run: |
|
||||||
|
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
|
||||||
|
chmod 700 get_helm.sh
|
||||||
|
./get_helm.sh
|
Loading…
Reference in a new issue