rename build/ to build-tools/

This commit is contained in:
Mike Danese
2016-10-24 10:28:07 -07:00
parent dfe801de10
commit 27116c6818
69 changed files with 81 additions and 81 deletions

View File

@@ -37,13 +37,13 @@ can be found [here](https://www.bazel.io/versions/master/docs/install.html).
To build docker images for the components, run:
```
$ bazel build //build/...
$ bazel build //build-tools/...
```
To run many of the unit tests, run:
```
$ bazel test //cmd/... //build/... //pkg/... //federation/... //plugin/...
$ bazel test //cmd/... //build-tools/... //pkg/... //federation/... //plugin/...
```
To update automanaged build files, run: