mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
Merge pull request #36717 from xialonglee/update-bazel.md
Automatic merge from submit-queue update gazel usage in bazel.md **What this PR does / why we need it**: Now run the newest gazel have to specify the '-root' argument to update a single BUILD file. So updated the gazel usage.
This commit is contained in:
commit
b93ac7c95a
@ -30,7 +30,7 @@ To update a single build file, run:
|
||||
$ # get gazel
|
||||
$ go get -u github.com/mikedanese/gazel
|
||||
$ # .e.g. ./pkg/kubectl/BUILD
|
||||
$ gazel ./pkg/kubectl
|
||||
$ gazel -root="${YOUR_KUBE_ROOT_PATH}" ./pkg/kubectl
|
||||
```
|
||||
|
||||
Updating BUILD file for a package will be required when:
|
||||
|
Loading…
Reference in New Issue
Block a user