that was a bad idea

pull/10927/head
Sharif Elgamal 2021-04-28 18:49:24 -07:00
parent 7ed18e5811
commit a3b52560cd
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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