mirror of https://github.com/k3s-io/k3s
Adding link to docs to godep-save.sh as well
parent
b43c04452f
commit
478880d232
|
@ -99,6 +99,8 @@ hack/update-godep-licenses.sh >/dev/null
|
||||||
kube::log::status "Creating OWNERS file"
|
kube::log::status "Creating OWNERS file"
|
||||||
rm -f "Godeps/OWNERS" "vendor/OWNERS"
|
rm -f "Godeps/OWNERS" "vendor/OWNERS"
|
||||||
cat <<__EOF__ > "Godeps/OWNERS"
|
cat <<__EOF__ > "Godeps/OWNERS"
|
||||||
|
# See the OWNERS docs at https://go.k8s.io/owners
|
||||||
|
|
||||||
approvers:
|
approvers:
|
||||||
- dep-approvers
|
- dep-approvers
|
||||||
__EOF__
|
__EOF__
|
||||||
|
|
Loading…
Reference in New Issue