Merge pull request #11675 from andriyDev/FixReportFlakes

Stop using sudo for check_install_gh
pull/11665/head^2
Medya Ghazizadeh 2021-06-17 13:00:04 -04:00 committed by GitHub
commit 3c01c8a152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -82,6 +82,6 @@ if [[ "$FAILED_RATES_LINES" -gt 30 ]]; then
fi
# install gh if not present
sudo $DIR/../installers/check_install_gh.sh || true
$DIR/../installers/check_install_gh.sh
gh issue comment "https://github.com/kubernetes/minikube/pull/$PR_NUMBER" --body "$(cat $TMP_COMMENT)"
gh pr comment "https://github.com/kubernetes/minikube/pull/$PR_NUMBER" --body "$(cat $TMP_COMMENT)"