mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
remove docs/user-guide from bindata search path
This commit is contained in:
parent
224e32bcb3
commit
61bd6aa6a2
@ -1,8 +0,0 @@
|
|||||||
package(default_visibility = ["//visibility:public"])
|
|
||||||
|
|
||||||
filegroup(
|
|
||||||
name = "sources",
|
|
||||||
srcs = glob([
|
|
||||||
"**/*",
|
|
||||||
]),
|
|
||||||
)
|
|
@ -40,7 +40,6 @@ BINDATA_OUTPUT="${KUBE_ROOT}/test/e2e/generated/bindata.go"
|
|||||||
go-bindata -nometadata -prefix "${KUBE_ROOT}" -o "${BINDATA_OUTPUT}.tmp" -pkg generated \
|
go-bindata -nometadata -prefix "${KUBE_ROOT}" -o "${BINDATA_OUTPUT}.tmp" -pkg generated \
|
||||||
-ignore .jpg -ignore .png -ignore .md \
|
-ignore .jpg -ignore .png -ignore .md \
|
||||||
"${KUBE_ROOT}/examples/..." \
|
"${KUBE_ROOT}/examples/..." \
|
||||||
"${KUBE_ROOT}/docs/user-guide/..." \
|
|
||||||
"${KUBE_ROOT}/test/e2e/testing-manifests/..." \
|
"${KUBE_ROOT}/test/e2e/testing-manifests/..." \
|
||||||
"${KUBE_ROOT}/test/images/..." \
|
"${KUBE_ROOT}/test/images/..." \
|
||||||
"${KUBE_ROOT}/test/fixtures/..."
|
"${KUBE_ROOT}/test/fixtures/..."
|
||||||
|
@ -22,7 +22,6 @@ genrule(
|
|||||||
name = "bindata",
|
name = "bindata",
|
||||||
srcs = [
|
srcs = [
|
||||||
"//examples:sources",
|
"//examples:sources",
|
||||||
"//docs/user-guide:sources",
|
|
||||||
"//test/images:sources",
|
"//test/images:sources",
|
||||||
"//test/fixtures:sources",
|
"//test/fixtures:sources",
|
||||||
"//test/e2e/testing-manifests:sources",
|
"//test/e2e/testing-manifests:sources",
|
||||||
|
Loading…
Reference in New Issue
Block a user