remove docs/user-guide from bindata search path

pull/6/head
Mike Danese 2016-10-24 17:56:00 -07:00
parent 224e32bcb3
commit 61bd6aa6a2
3 changed files with 0 additions and 10 deletions

View File

@ -1,8 +0,0 @@
package(default_visibility = ["//visibility:public"])
filegroup(
name = "sources",
srcs = glob([
"**/*",
]),
)

View File

@ -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 \
-ignore .jpg -ignore .png -ignore .md \
"${KUBE_ROOT}/examples/..." \
"${KUBE_ROOT}/docs/user-guide/..." \
"${KUBE_ROOT}/test/e2e/testing-manifests/..." \
"${KUBE_ROOT}/test/images/..." \
"${KUBE_ROOT}/test/fixtures/..."

View File

@ -22,7 +22,6 @@ genrule(
name = "bindata",
srcs = [
"//examples:sources",
"//docs/user-guide:sources",
"//test/images:sources",
"//test/fixtures:sources",
"//test/e2e/testing-manifests:sources",