diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 14d897b1eb..6a1b7a4171 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -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 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 2b415f357f..ca9f3a9c59 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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