Move .generated_docs to docs/ so docs OWNERS can review / approve

This commit is contained in:
Phillip Wittrock
2017-02-16 10:11:57 -08:00
parent 30e8953fad
commit 93ea01663f
7 changed files with 16 additions and 15 deletions

View File

@@ -44,7 +44,7 @@ kube::util::gen-docs "${KUBE_TEMP}"
kube::util::remove-gen-docs
# copy fresh docs into the repo.
# the shopt is so that we get .generated_docs from the glob.
# the shopt is so that we get docs/.generated_docs from the glob.
shopt -s dotglob
cp -af "${KUBE_TEMP}"/* "${KUBE_ROOT}"
shopt -u dotglob