Commit d9a17891 authored by Matt Liggett's avatar Matt Liggett

Make verify-generated-docs work inside docker.

Add a few missing files to the docker tarball.
parent 0fb51751
...@@ -416,6 +416,7 @@ function kube::build::source_targets() { ...@@ -416,6 +416,7 @@ function kube::build::source_targets() {
local targets=( local targets=(
api api
build build
cluster
cmd cmd
docs docs
examples examples
...@@ -425,9 +426,12 @@ function kube::build::source_targets() { ...@@ -425,9 +426,12 @@ function kube::build::source_targets() {
LICENSE LICENSE
pkg pkg
plugin plugin
DESIGN.md
README.md README.md
test test
third_party third_party
contrib/completions/bash/kubectl
.generated_docs
) )
if [ -n "${KUBERNETES_CONTRIB:-}" ]; then if [ -n "${KUBERNETES_CONTRIB:-}" ]; then
for contrib in "${KUBERNETES_CONTRIB}"; do for contrib in "${KUBERNETES_CONTRIB}"; do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment