Merge pull request #60442 from mikedanese/fix-bzl

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

bzl: fix update-bazel.sh

pickup a85b63b06c

fixes #60439, fixes #60447
we need to vendor gazelle.

```release-note
NONE
```
pull/6/head
Kubernetes Submit Queue 2018-02-26 14:11:01 -08:00 committed by GitHub
commit 19f592e4c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
# gazelle:exclude _gopath
# gazelle:exclude _output
# gazelle:exclude _tmp
# gazelle:prefix k8s.io/kubernetes
package(default_visibility = ["//visibility:public"])

View File

@ -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"