remove extra sudo

pull/11447/head
Ilya Zuyev 2021-05-18 19:27:56 -07:00
parent 39f7db8783
commit 3bc0ba752d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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