File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ BINDATA_OUTPUT="test/e2e/generated/bindata.go"
44
44
# test/e2e/generated/BUILD and/or build/bindata.bzl.
45
45
go-bindata -nometadata -o " ${BINDATA_OUTPUT} .tmp" -pkg generated \
46
46
-ignore .jpg -ignore .png -ignore .md -ignore ' BUILD(\.bazel)?' \
47
+ " test/conformance/testdata/..." \
47
48
" test/e2e/testing-manifests/..." \
48
49
" test/e2e_node/testing-manifests/..." \
49
50
" test/images/..." \
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ go_library(
23
23
go_bindata (
24
24
name = "bindata" ,
25
25
srcs = [
26
+ "//test/conformance/testdata:all-srcs" ,
26
27
"//test/e2e/testing-manifests:all-srcs" ,
27
28
"//test/e2e_node/testing-manifests:all-srcs" ,
28
29
"//test/fixtures:all-srcs" ,
You can’t perform that action at this time.
0 commit comments