ci: typo
This commit is contained in:
parent
8ba515d212
commit
55f9359326
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ jobs:
|
|||
cd /tmp
|
||||
curl -L "https://get.helm.sh/helm-v3.18.0-rc.2-linux-amd64.tar.gz" -o helm.tgz
|
||||
tar xf helm.tgz
|
||||
mv liux-amd64/helm /usr/bin/helm
|
||||
mv linux-amd64/helm /usr/bin/helm
|
||||
- name: Setup k8s context
|
||||
run: |
|
||||
echo "${{secrets.KUBE_API_CRT}}" > /tmp/ca.pem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue