Skip to content

Commit

Permalink
bzl: fix update-bazel.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedanese committed Feb 26, 2018
1 parent 05425f0 commit 4186abf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/root/BUILD.root
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# gazelle:exclude _gopath
# gazelle:exclude _output
# gazelle:exclude _tmp
# gazelle:prefix k8s.io/kubernetes

package(default_visibility = ["//visibility:public"])

Expand Down
2 changes: 1 addition & 1 deletion hack/update-bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ kube::util::go_install_from_commit \
97099dccc8807e9159dc28f374a8f0602cab07e1
kube::util::go_install_from_commit \
github.com/bazelbuild/bazel-gazelle/cmd/gazelle \
39e8257565d3917c1674bf37d6538c10cdac2260
a85b63b06c2e0c75931e57c4a1a18d4e566bb6f4

touch "${KUBE_ROOT}/vendor/BUILD"

Expand Down

0 comments on commit 4186abf

Please sign in to comment.