mirror of https://github.com/grpc/grpc-web.git
Remove buildifier after using it
This commit is contained in:
parent
8d538a1ac4
commit
ee21d8871e
|
@ -31,6 +31,7 @@ BAZEL_FILES=$(find "${REPO_DIR}" \
|
||||||
-not -path "${REPO_DIR}/third_party/*" -and \
|
-not -path "${REPO_DIR}/third_party/*" -and \
|
||||||
\( -name "BUILD.bazel" -o -name "*.bzl" \))
|
\( -name "BUILD.bazel" -o -name "*.bzl" \))
|
||||||
./buildifier -mode check ${BAZEL_FILES[@]}
|
./buildifier -mode check ${BAZEL_FILES[@]}
|
||||||
|
rm ./buildifier
|
||||||
|
|
||||||
# These programs need to be already installed
|
# These programs need to be already installed
|
||||||
progs=(docker docker-compose npm curl)
|
progs=(docker docker-compose npm curl)
|
||||||
|
|
Loading…
Reference in New Issue