summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com>2016-11-28 11:43:45 -0800
committerGitHub <noreply@github.com>2016-11-28 11:43:45 -0800
commit327e24c67c5cade10230ca5aee709843e3931fa2 (patch)
tree70895724ef7e868a87157ec16b5be816f3f1e3d3
parent2dd453a558c70e3033dacba152a208686d1d0ce8 (diff)
parentb55f78fbe87ed837bd4d839a295fe7ac5bb9f4da (diff)
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.
-rw-r--r--bazel.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/bazel.md b/bazel.md
index 258bc8ad..e6a4e9c5 100644
--- a/bazel.md
+++ b/bazel.md
@@ -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: