From d9a178915a59667ec0e48aa32ada2f4693c433a0 Mon Sep 17 00:00:00 2001 From: Matt Liggett Date: Thu, 5 Nov 2015 16:59:21 -0800 Subject: [PATCH] Make verify-generated-docs work inside docker. Add a few missing files to the docker tarball. --- build/common.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/common.sh b/build/common.sh index 6d3a8d5ed50..0718cdb2636 100755 --- a/build/common.sh +++ b/build/common.sh @@ -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