mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 13:55:41 +00:00
Fix errant debugging code in codegen
This commit is contained in:
parent
bd0ac4cba3
commit
45c9e06616
@ -255,7 +255,6 @@ function kube::codegen::gen_openapi() {
|
||||
local v="${KUBE_VERBOSE:-0}"
|
||||
|
||||
while [ "$#" -gt 0 ]; do
|
||||
echo "$1"
|
||||
case "$1" in
|
||||
"--input-pkg-root")
|
||||
in_pkg_root="$2"
|
||||
@ -309,7 +308,6 @@ function kube::codegen::gen_openapi() {
|
||||
return 1
|
||||
fi
|
||||
|
||||
set -x
|
||||
local new_report
|
||||
new_report="$(mktemp -t "$(basename "$0").api_violations.XXXXXX")"
|
||||
if [ -n "${update_report}" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user