ci: Make kubectl executable
This commit is contained in:
parent
55f9359326
commit
b6aeb02cb0
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ jobs:
|
|||
- name: Install kubectl
|
||||
run: |
|
||||
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
|
||||
chmod +x kubectl
|
||||
mv kubectl /usr/bin/kubectl
|
||||
- name: Install helm
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue