test 8
This commit is contained in:
parent
58f262b5a7
commit
1459302338
1 changed files with 8 additions and 1 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
@ -42,3 +42,10 @@ jobs:
|
|||
uses: actions/k8s-set-context@v1
|
||||
with:
|
||||
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