Merge pull request #36699 from k82cn/update_bazel

Automatic merge from submit-queue

Added comments on running update-bazel.sh in "$GOPATH/src/k8s.io/kubernetes"

**What this PR does / why we need it**:

This path made `hack/update-bazel.sh` to accept `$GOPATH` with multiple path.
This commit is contained in:
Kubernetes Submit Queue 2016-11-28 11:43:45 -08:00 committed by GitHub
commit 18b888b32d

View File

@ -23,6 +23,7 @@ To update automanaged build files, run:
$ ./hack/update-bazel.sh
```
**NOTES**: `update-bazel.sh` only works if check out directory of Kubernetes is "$GOPATH/src/k8s.io/kubernetes".
To update a single build file, run: