Merge pull request #83117 from zouyee/valid

using short flags instead of validate
This commit is contained in:
Kubernetes Prow Robot 2019-09-29 16:47:37 -07:00 committed by GitHub
commit 7066107ae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@ else
echo 'No need to refresh sudo credentials'
else
echo 'Updating sudo credentials'
sudo --validate || exit 1
sudo -v || exit 1
fi
# Do not use any network plugin by default. User could override the flags with

View File

@ -34,7 +34,7 @@ elif sudo --non-interactive "$(which bash)" -c true 2> /dev/null; then
echo 'No need to refresh sudo credentials'
else
echo 'Updating sudo credentials'
sudo --validate || exit 1
sudo -v || exit 1
fi
# FOCUS is ginkgo focus to select which tests to run. By default, FOCUS is