This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-java.git


The following commit(s) were added to refs/heads/main by this push:
     new f4a0adfb GH-518: Cleanup apache-arrow-java.tar.gz created by 
pre-commit (#519)
f4a0adfb is described below

commit f4a0adfb56ffbd4d94df907d6dcf18b113c6e542
Author: Sutou Kouhei <[email protected]>
AuthorDate: Wed Jan 15 11:34:27 2025 +0900

    GH-518: Cleanup apache-arrow-java.tar.gz created by pre-commit (#519)
    
    Fixes GH-518.
---
 .pre-commit-config.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ff0d8544..dd365b15 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -35,7 +35,8 @@ repos:
             git archive HEAD \
               --prefix=apache-arrow-java/ \
               --output=apache-arrow-java.tar.gz && \
-              dev/release/run_rat.sh apache-arrow-java.tar.gz"
+              dev/release/run_rat.sh apache-arrow-java.tar.gz && \
+              rm -f apache-arrow-java.tar.gz"
         always_run: true
         pass_filenames: false
   - repo: https://github.com/koalaman/shellcheck-precommit

Reply via email to