Remove dep-reviewers

This commit is contained in:
Christoph Blecker
2018-02-26 11:11:15 -08:00
parent 775155fb28
commit b97b9530f0
14 changed files with 0 additions and 30 deletions

View File

@@ -89,8 +89,6 @@ hack/update-godep-licenses.sh >/dev/null
kube::log::status "Creating OWNERS file"
rm -f "Godeps/OWNERS" "vendor/OWNERS"
cat <<__EOF__ > "Godeps/OWNERS"
reviewers:
- dep-reviewers
approvers:
- dep-approvers
__EOF__