Skip to content

Commit

Permalink
kubeadm: updated cmd/kubeadm/app/node package related BUILD file.
Browse files Browse the repository at this point in the history
  • Loading branch information
pires committed Oct 29, 2016
1 parent eb6eeb7 commit f6bac22
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions cmd/kubeadm/app/node/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,3 @@ go_library(
"//vendor:github.com/square/go-jose",
],
)

go_test(
name = "go_default_test",
srcs = ["bootstrap_test.go"],
library = "go_default_library",
tags = ["automanaged"],
deps = [
"//pkg/api/unversioned:go_default_library",
"//pkg/client/clientset_generated/internalclientset:go_default_library",
"//pkg/client/restclient:go_default_library",
"//pkg/client/typed/discovery:go_default_library",
"//pkg/version:go_default_library",
],
)

0 comments on commit f6bac22

Please sign in to comment.