Commit ba901aac authored by Thomas Runyon's avatar Thomas Runyon

modified hack scripts to referenced moved kubeadm.sh file.

parent f47e4041
...@@ -114,7 +114,6 @@ ...@@ -114,7 +114,6 @@
./hack/make-rules/test-cmd.sh ./hack/make-rules/test-cmd.sh
./hack/make-rules/test-e2e-node.sh ./hack/make-rules/test-e2e-node.sh
./hack/make-rules/test-integration.sh ./hack/make-rules/test-integration.sh
./hack/make-rules/test-kubeadm-cmd.sh
./hack/make-rules/test.sh ./hack/make-rules/test.sh
./hack/make-rules/update.sh ./hack/make-rules/update.sh
./hack/make-rules/verify.sh ./hack/make-rules/verify.sh
...@@ -234,6 +233,7 @@ ...@@ -234,6 +233,7 @@
./test/cmd/generic-resources.sh ./test/cmd/generic-resources.sh
./test/cmd/get.sh ./test/cmd/get.sh
./test/cmd/initializers.sh ./test/cmd/initializers.sh
./test/cmd/kubeadm.sh
./test/cmd/legacy-script.sh ./test/cmd/legacy-script.sh
./test/cmd/node-management.sh ./test/cmd/node-management.sh
./test/cmd/old-print.sh ./test/cmd/old-print.sh
......
...@@ -42,14 +42,6 @@ sh_binary( ...@@ -42,14 +42,6 @@ sh_binary(
) )
sh_binary( sh_binary(
name = "test-kubeadm-cmd",
srcs = ["test-kubeadm-cmd.sh"],
deps = [
"//hack/lib",
],
)
sh_binary(
name = "build", name = "build",
srcs = ["build.sh"], srcs = ["build.sh"],
deps = [ deps = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment