Remove 'this is HEAD' warning on docs

This commit is contained in:
Tim Hockin
2016-10-25 22:24:50 +02:00
parent ffeb01fd17
commit b0fa2056a6
452 changed files with 2 additions and 15361 deletions

View File

@@ -59,7 +59,7 @@ fi
"${mungedocs}" "--verify=true" "--verbose=true" \
"--upstream=${git_upstream}" \
"--skip-munges=unversioned-warning,analytics" \
"--skip-munges=analytics" \
"--norecurse" \
"--root-dir=${KUBE_ROOT}/" && ret=0 || ret=$?
if [[ $ret -eq 1 ]]; then