aboutsummaryrefslogtreecommitdiff
path: root/kokoro/check-format/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kokoro/check-format/build.sh')
-rw-r--r--kokoro/check-format/build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/kokoro/check-format/build.sh b/kokoro/check-format/build.sh
index 5ce2d0b..05b24a9 100644
--- a/kokoro/check-format/build.sh
+++ b/kokoro/check-format/build.sh
@@ -32,6 +32,9 @@ echo $(date): Check formatting...
./tools/check_code_format.sh;
echo $(date): check completed.
+# Remove the formatter
+rm tools/clang-format-diff.py
+
echo $(date): Check copyright...
./tools/copyright.py --check;
echo $(date): check completed.