pull/11011/head
Sharif Elgamal 2021-04-06 18:59:04 -07:00
parent 57eb831883
commit 493f7f8edc
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ fi
./installers/check_install_docker.sh
# Make sure gh is installed and configured
./installers/check_install_gh.sh
./installers/check_install_gh.sh v1.16.3 /usr/local
# Make sure go is installed and configured
./installers/check_install_golang.sh
@ -37,7 +37,7 @@ cd minikube
make out/minikube out/mkcmp
# Run mkcmp
out/mkcmp out/minikube pr://${MINIKUBE_LOCATION} | mkcmp.log
out/mkcmp out/minikube pr://${MINIKUBE_LOCATION} | tee mkcmp.log
if [ $? -gt 0 ]; then
# Comment that mkcmp failed
gh pr comment ${MINIKUBE_LOCATION} --body "timing minikube failed, please try again"