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

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new 5bdb839  [SPARK-49360][FOLLOWUP] Use `/*` for path
5bdb839 is described below

commit 5bdb8394e9383836d712cfb94364f742df01b1e8
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Aug 22 12:55:32 2024 -0700

    [SPARK-49360][FOLLOWUP] Use `/*` for path
    
    ### What changes were proposed in this pull request?
    
    This is a follow-up of the following.
    - #92
    
    ### Why are the changes needed?
    
    Currently, it fails.
    - 
https://github.com/apache/spark-kubernetes-operator/actions/runs/10514479628/job/29132402746
    
    This PR follows the same pattern like INFRA example
    ```
    path: docs/*
    remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/infrastructure
    ```
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    After merging, we can test.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #93 from dongjoon-hyun/SPARK-49360-2.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .github/workflows/publish_snapshot_chart.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/publish_snapshot_chart.yml 
b/.github/workflows/publish_snapshot_chart.yml
index 9236115..1f1edea 100644
--- a/.github/workflows/publish_snapshot_chart.yml
+++ b/.github/workflows/publish_snapshot_chart.yml
@@ -45,8 +45,8 @@ jobs:
       uses: burnett01/[email protected]
       with:
         switches: -avzr
-        path: build-tools/helm/charts
-        remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/spark/charts
+        path: build-tools/helm/*
+        remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/spark
         remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}
         remote_port: ${{ secrets.NIGHTLIES_RSYNC_PORT }}
         remote_user: ${{ secrets.NIGHTLIES_RSYNC_USER }}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to