Merge pull request #16151 from spowelljr/keepGitHubUpdated

CI: update GitHub Actions runners
pull/16173/head
Medya Ghazizadeh 2023-03-27 13:06:16 -07:00 committed by GitHub
commit bb1619d349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -69,6 +69,7 @@ jobs:
shell: bash
run: |
sudo apt update
sudo apt upgrade -y
sudo apt install -y jq docker git cron
sudo usermod -aG docker $USER
@ -81,9 +82,8 @@ jobs:
fi
sudo touch /var/run/job.in.progress
rm -rf cleanup.sh install_cleanup.sh
# after this PR is merged, update URLs to get the scripts from github master
wget https://storage.googleapis.com/minikube-ci-utils/cleanup.sh
wget https://storage.googleapis.com/minikube-ci-utils/install_cleanup.sh
wget https://raw.githubusercontent.com/kubernetes/minikube/master/hack/gh_actions/cleanup.sh
wget https://raw.githubusercontent.com/kubernetes/minikube/master/hack/gh_actions/install_cleanup.sh
chmod +x cleanup.sh install_cleanup.sh
./install_cleanup.sh