that was a bad idea
parent
7ed18e5811
commit
a3b52560cd
|
@ -42,7 +42,7 @@ fi
|
|||
sudo ./installers/check_install_golang.sh "1.16" "/usr/local" || true
|
||||
|
||||
# install docker and kubectl if not present
|
||||
sudo ./installers/check_install_docker.sh
|
||||
sudo ./installers/check_install_docker.sh || true
|
||||
|
||||
# let's just clean all docker artifacts up
|
||||
docker system prune --force --volumes || true
|
||||
|
|
|
@ -38,4 +38,4 @@ install cron/cleanup_and_reboot_Darwin.sh $HOME/cleanup_and_reboot.sh || echo "F
|
|||
echo "*/30 * * * * $HOME/cleanup_and_reboot.sh" | crontab
|
||||
crontab -l
|
||||
|
||||
echo ${jenkins_pass} | sudo -S source common.sh
|
||||
source common.sh
|
||||
|
|
Loading…
Reference in New Issue