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.git


The following commit(s) were added to refs/heads/main by this push:
     new 62fea16860 GH-34973: [CI][Packaging] Fix script path in wheel-clean 
(#34974)
62fea16860 is described below

commit 62fea1686093ca69c1347e17b495b8c2fee55a92
Author: Sutou Kouhei <[email protected]>
AuthorDate: Sat Apr 8 03:48:17 2023 +0900

    GH-34973: [CI][Packaging] Fix script path in wheel-clean (#34974)
    
    ### Rationale for this change
    
    > 
https://github.com/ursacomputing/crossbow/actions/runs/4587784310/jobs/8101540480
    >
    > ```text
    > ruby: No such file or directory -- ./ci/scripts/gemfury_clean.rb 
(LoadError)
    > ```
    
    ### What changes are included in this PR?
    
    Fix the path.
    
    ### Are these changes tested?
    
    Yes.
    
    ### Are there any user-facing changes?
    
    No.
    * Closes: #34973
    
    Authored-by: Sutou Kouhei <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 dev/tasks/python-wheels/github.clean.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/tasks/python-wheels/github.clean.yml 
b/dev/tasks/python-wheels/github.clean.yml
index 68f96086a9..eae9510ec0 100644
--- a/dev/tasks/python-wheels/github.clean.yml
+++ b/dev/tasks/python-wheels/github.clean.yml
@@ -32,4 +32,4 @@ jobs:
         shell: bash
         run: |
           gem install --user-install gemfury
-          ruby ./ci/scripts/gemfury_clean.rb
+          ruby arrow/ci/scripts/gemfury_clean.rb

Reply via email to