Update src url for cron scripts

pull/11447/head
Ilya Zuyev 2021-05-18 21:44:50 -07:00
parent 46fdd33762
commit cdcfd8561d
2 changed files with 4 additions and 6 deletions

View File

@ -881,10 +881,9 @@ jobs:
exit 1
fi
sudo touch /var/run/job.in.progress
# fix cleanup scripts URL after merge
rm -rf cleanup.sh install_cleanup.sh
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
wget https://storage.googleapis.com/minikube-ci-utils/cleanup.sh
wget https://storage.googleapis.com/minikube-ci-utils/install_cleanup.sh
chmod +x cleanup.sh install_cleanup.sh
./install_cleanup.sh

View File

@ -878,10 +878,9 @@ jobs:
exit 1
fi
sudo touch /var/run/job.in.progress
# fix cleanup scripts URL after merge
rm -rf cleanup.sh install_cleanup.sh
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
wget https://storage.googleapis.com/minikube-ci-utils/cleanup.sh
wget https://storage.googleapis.com/minikube-ci-utils/install_cleanup.sh
chmod +x cleanup.sh install_cleanup.sh
./install_cleanup.sh