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
|
- name: Install kubectl
|
||||||
run: |
|
run: |
|
||||||
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
|
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
|
mv kubectl /usr/bin/kubectl
|
||||||
- name: Install helm
|
- name: Install helm
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue