Commit 18b888b3 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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.
parents 0e27a094 4a7f2cae
...@@ -23,6 +23,7 @@ To update automanaged build files, run: ...@@ -23,6 +23,7 @@ To update automanaged build files, run:
$ ./hack/update-bazel.sh $ ./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: To update a single build file, run:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment