fix cron installation

pull/11447/head
Ilya Zuyev 2021-05-18 17:05:46 -07:00
parent c2f8e17d2f
commit 1ad2e5b520
1 changed files with 1 additions and 1 deletions

View File

@ -879,7 +879,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
sudo ./install_cleanup.sh
- name: Update cron
shell: bash