mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
Allow verify-sh to run in SILENT mode.
Because of nounset, it was impossible to run without -v.
This commit is contained in:
parent
8c52c8f15c
commit
e3fed1ce6d
@ -71,6 +71,7 @@ function run-checks {
|
||||
done
|
||||
}
|
||||
|
||||
SILENT=true
|
||||
while getopts ":v" opt; do
|
||||
case ${opt} in
|
||||
v)
|
||||
|
Loading…
Reference in New Issue
Block a user