ignore staging in munge scripts

This commit is contained in:
Chao Xu
2016-08-24 13:02:57 -07:00
parent e83f5dfda6
commit b45e578ddd
3 changed files with 4 additions and 0 deletions

View File

@@ -260,6 +260,7 @@ kube::util::gen-analytics() {
mdfiles=($( find "${dir}" -name "*.md" -type f \
-not -path '*/\.*' \
-not -path "${path}/vendor/*" \
-not -path "${path}/staging/*" \
-not -path "${path}/third_party/*" \
-not -path "${path}/_gopath/*" \
-not -path "${path}/_output/*" \