mirror of https://github.com/k3s-io/k3s
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.pull/6/head
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