mirror of https://github.com/kubernetes/kops.git
bazel: add notes that tasks do not work
This commit is contained in:
parent
1221b699b3
commit
b13979660d
|
|
@ -7,12 +7,14 @@ package(default_visibility = ["//visibility:public"])
|
||||||
# tags = ["manual"],
|
# tags = ["manual"],
|
||||||
#)
|
#)
|
||||||
|
|
||||||
|
# TODO: this does not work: we need to tell the task about the sources
|
||||||
sh_test(
|
sh_test(
|
||||||
name = "verify-boilerplate",
|
name = "verify-boilerplate",
|
||||||
srcs = ["verify-boilerplate.sh"],
|
srcs = ["verify-boilerplate.sh"],
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# TODO: this does not work: we need to tell the task about the sources
|
||||||
sh_test(
|
sh_test(
|
||||||
name = "verify-gofmt",
|
name = "verify-gofmt",
|
||||||
srcs = ["verify-gofmt.sh"],
|
srcs = ["verify-gofmt.sh"],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue