mirror of https://github.com/k3s-io/k3s
Change BUILD to remove e2e_node as a reference
parent
6ae4c03fb7
commit
27d215c58f
|
@ -34,7 +34,7 @@ genrule(
|
|||
"//test/e2e_node:all-srcs",
|
||||
],
|
||||
outs = ["conformance.txt"],
|
||||
cmd = "./$(location :conformance) $(locations //test/e2e:all-srcs) $(locations //test/e2e_node:all-srcs) > $@",
|
||||
cmd = "./$(location :conformance) $(locations //test/e2e:all-srcs) > $@",
|
||||
message = "Listing all conformance tests.",
|
||||
tools = [":conformance"],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue