Skip to content

Commit

Permalink
Don't add analytics to .entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-mcmahon committed Jul 13, 2016
1 parent 0efd038 commit ecb774c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)]()
2 changes: 2 additions & 0 deletions hack/lib/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/*" \
Expand Down

0 comments on commit ecb774c

Please sign in to comment.