Adding link to docs to godep-save.sh as well

pull/564/head
Roy Lenferink 2019-02-04 22:23:53 +01:00
parent b43c04452f
commit 478880d232
1 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,8 @@ hack/update-godep-licenses.sh >/dev/null
kube::log::status "Creating OWNERS file"
rm -f "Godeps/OWNERS" "vendor/OWNERS"
cat <<__EOF__ > "Godeps/OWNERS"
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- dep-approvers
__EOF__