skip trying to install docker in CI

pull/11016/head
Sharif Elgamal 2021-04-07 11:21:21 -07:00
parent f2b14cc957
commit 0aee73d612
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ fi
# installing golang so we could do go get for gopogh
sudo ./installers/check_install_golang.sh "1.16" "/usr/local" || true
# install docker and kubectl if not present
sudo ./installers/check_install_docker.sh
# install docker and kubectl if not present, currently skipping since it fails
#sudo ./installers/check_install_docker.sh
# let's just clean all docker artifacts up
docker system prune --force --volumes || true