remove docs/user-guide from bindata search path
This commit is contained in:
		@@ -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 \
 | 
			
		||||
	-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/..."
 | 
			
		||||
 
 | 
			
		||||
@@ -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",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user