mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +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
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SILENT=true
|
||||||
while getopts ":v" opt; do
|
while getopts ":v" opt; do
|
||||||
case ${opt} in
|
case ${opt} in
|
||||||
v)
|
v)
|
||||||
|
Loading…
Reference in New Issue
Block a user