mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Make verify-generated-docs work inside docker.
Add a few missing files to the docker tarball.
This commit is contained in:
parent
0fb51751ef
commit
d9a178915a
@ -416,6 +416,7 @@ function kube::build::source_targets() {
|
||||
local targets=(
|
||||
api
|
||||
build
|
||||
cluster
|
||||
cmd
|
||||
docs
|
||||
examples
|
||||
@ -425,9 +426,12 @@ function kube::build::source_targets() {
|
||||
LICENSE
|
||||
pkg
|
||||
plugin
|
||||
DESIGN.md
|
||||
README.md
|
||||
test
|
||||
third_party
|
||||
contrib/completions/bash/kubectl
|
||||
.generated_docs
|
||||
)
|
||||
if [ -n "${KUBERNETES_CONTRIB:-}" ]; then
|
||||
for contrib in "${KUBERNETES_CONTRIB}"; do
|
||||
|
Loading…
Reference in New Issue
Block a user