modified hack scripts to referenced moved kubeadm.sh file.

This commit is contained in:
Thomas Runyon
2019-01-23 05:37:09 -05:00
parent f47e404125
commit ba901aac5f
2 changed files with 1 additions and 9 deletions

View File

@@ -41,14 +41,6 @@ sh_binary(
],
)
sh_binary(
name = "test-kubeadm-cmd",
srcs = ["test-kubeadm-cmd.sh"],
deps = [
"//hack/lib",
],
)
sh_binary(
name = "build",
srcs = ["build.sh"],