Skip to content

Commit

Permalink
Make verify-generated-docs work inside docker.
Browse files Browse the repository at this point in the history
Add a few missing files to the docker tarball.
  • Loading branch information
mml committed Nov 6, 2015
1 parent 0fb5175 commit d9a1789
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ function kube::build::source_targets() {
local targets=(
api
build
cluster
cmd
docs
examples
Expand All @@ -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
Expand Down

0 comments on commit d9a1789

Please sign in to comment.