From 493f7f8edcc1e4ac8b42041a5fedad48c4010e65 Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Tue, 6 Apr 2021 18:59:04 -0700 Subject: [PATCH] fixes --- hack/jenkins/prbot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/jenkins/prbot.sh b/hack/jenkins/prbot.sh index 49bbb51634..87c48c144b 100644 --- a/hack/jenkins/prbot.sh +++ b/hack/jenkins/prbot.sh @@ -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"