Update hack/jenkins/preload_generation.sh

Perfect, thanks!

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
pull/14098/head
klaases 2022-05-04 14:39:31 -07:00 committed by GitHub
parent 3f06512ac8
commit 9176b9e84e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
set -eux -o pipefail
mkdir -p cron && gsutil -qm rsync "gs://minikube-builds/${MINIKUBE_LOCATION}/cron" cron || echo "FAILED TO GET CRON FILES"
mkdir -p cron && gsutil -qm rsync "gs://minikube-builds/master/cron" cron || echo "FAILED TO GET CRON FILES"
sudo install cron/cleanup_and_reboot_Linux.sh /etc/cron.hourly/cleanup_and_reboot || echo "FAILED TO INSTALL CLEANUP"
# Make sure the right golang version is installed based on Makefile