ci: Fix syntax
This commit is contained in:
parent
eb5fed877c
commit
0b9a391bfa
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- apt update && apt install kubectl helm
|
- run: apt update && apt install kubectl helm
|
||||||
- name: Setup k8s context
|
- name: Setup k8s context
|
||||||
run: |
|
run: |
|
||||||
echo "${{secrets.KUBE_API_CRT}}" > /tmp/ca.pem
|
echo "${{secrets.KUBE_API_CRT}}" > /tmp/ca.pem
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue