remove extra sudo
parent
39f7db8783
commit
3bc0ba752d
|
@ -886,7 +886,7 @@ jobs:
|
|||
wget https://raw.githubusercontent.com/ilya-zuyev/minikube/ilyaz/gh_actions_cleanup/hack/gh_actions/cleanup.sh
|
||||
wget https://raw.githubusercontent.com/ilya-zuyev/minikube/ilyaz/gh_actions_cleanup/hack/gh_actions/install_cleanup.sh
|
||||
chmod +x cleanup.sh install_cleanup.sh
|
||||
sudo ./install_cleanup.sh
|
||||
./install_cleanup.sh
|
||||
|
||||
- name: Install kubectl
|
||||
shell: bash
|
||||
|
|
|
@ -883,7 +883,7 @@ jobs:
|
|||
wget https://raw.githubusercontent.com/ilya-zuyev/minikube/ilyaz/gh_actions_cleanup/hack/gh_actions/cleanup.sh
|
||||
wget https://raw.githubusercontent.com/ilya-zuyev/minikube/ilyaz/gh_actions_cleanup/hack/gh_actions/install_cleanup.sh
|
||||
chmod +x cleanup.sh install_cleanup.sh
|
||||
sudo ./install_cleanup.sh
|
||||
./install_cleanup.sh
|
||||
|
||||
- name: Update cron
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in New Issue