Run buildifer, remove duplicated WORKSPACE entries (#5018)

* Buildifier, add release config
* Merge branch 'master' into bazel-stuff
* Merge refs/heads/master into bazel-stuff
* Merge refs/heads/master into bazel-stuff
* revert gnostic
* Set kafka for CI tests only
* add bazel.sh script
* set home
This commit is contained in:
Preston Van Loon
2020-03-05 20:42:27 -08:00
committed by GitHub
parent 15b5ec89b2
commit e2af70f692
7 changed files with 16 additions and 40 deletions

6
bazel.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
env -i \
PATH=/usr/bin:/bin \
HOME=$HOME \
bazel "$@"