aboutsummaryrefslogtreecommitdiff
path: root/kokoro/check-format
diff options
context:
space:
mode:
authordan sinclair <dj2@everburning.com>2018-11-22 11:23:27 -0500
committerGitHub <noreply@github.com>2018-11-22 11:23:27 -0500
commitd7bda5c52d2360c7f33a76604cea4e070da7a72e (patch)
tree983617fcba1a18b8d79722799cabd3912ebefa3d /kokoro/check-format
parent6f0012be2e2ef95afca25ee74d0cc93cafbd41c8 (diff)
downloadamber-d7bda5c52d2360c7f33a76604cea4e070da7a72e.tar.gz
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.
Diffstat (limited to 'kokoro/check-format')
-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.