Commit ecb774ca authored by David McMahon's avatar David McMahon

Don't add analytics to .entries.

parent 0efd0381
......@@ -17,6 +17,3 @@ Please remove this comment block before submitting.
-OR-
* Enter your extended release note here
```
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()
......@@ -255,7 +255,9 @@ kube::util::gen-analytics() {
fi
# We don't touch files in special dirs, and the kubectl docs are
# autogenerated by gendocs.
# Don't descend into .directories
mdfiles=($( find "${dir}" -name "*.md" -type f \
-not -path '*/\.*' \
-not -path "${path}/vendor/*" \
-not -path "${path}/third_party/*" \
-not -path "${path}/_gopath/*" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment