From d7bda5c52d2360c7f33a76604cea4e070da7a72e Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Thu, 22 Nov 2018 11:23:27 -0500 Subject: Remove clang-format-diff before running copyright check (#91) This CL removes the clang-format-diff script from the bots after running the check in order to allow the copyright check to pass correctly. --- kokoro/check-format/build.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kokoro/check-format') 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. -- cgit v1.2.3