mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-02-22 07:03:28 +00:00
remove defunct comments about updating copy_output
This commit is contained in:
@@ -120,10 +120,6 @@ function codegen::protobuf() {
|
||||
return
|
||||
fi
|
||||
|
||||
# NOTE: All output from this script needs to be copied back to the calling
|
||||
# source tree. This is managed in kube::build::copy_output in build/common.sh.
|
||||
# If the output set is changed update that function.
|
||||
|
||||
local apis=()
|
||||
kube::util::read-array apis < <(
|
||||
git grep --untracked --null -l \
|
||||
@@ -1055,9 +1051,7 @@ function codegen::protobindings() {
|
||||
hack/_update-generated-proto-bindings-dockerized.sh "${apis[@]}"
|
||||
else
|
||||
kube::log::status "protoc ${PROTOC_VERSION} not found (can install with hack/install-protoc.sh); generating containerized..."
|
||||
# NOTE: All output from this script needs to be copied back to the calling
|
||||
# source tree. This is managed in kube::build::copy_output in build/common.sh.
|
||||
# If the output set is changed update that function.
|
||||
|
||||
build/run.sh hack/_update-generated-proto-bindings-dockerized.sh "${apis[@]}"
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user