Remove buildifier after using it

This commit is contained in:
Yannic Bonenberger 2019-03-20 14:21:21 +01:00 committed by Stanley Cheung
parent 8d538a1ac4
commit ee21d8871e
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ BAZEL_FILES=$(find "${REPO_DIR}" \
-not -path "${REPO_DIR}/third_party/*" -and \
\( -name "BUILD.bazel" -o -name "*.bzl" \))
./buildifier -mode check ${BAZEL_FILES[@]}
rm ./buildifier
# These programs need to be already installed
progs=(docker docker-compose npm curl)