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

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new 2233d2ca0 STORM-4006 - Update rsync switches
2233d2ca0 is described below

commit 2233d2ca06f4750a984069d36a8b47302a8fce01
Author: Richard Zowalla <[email protected]>
AuthorDate: Mon Dec 4 14:51:21 2023 +0100

    STORM-4006 - Update rsync switches
---
 .github/workflows/nightlies.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/nightlies.yaml b/.github/workflows/nightlies.yaml
index 5ab84bda2..7aff627ab 100644
--- a/.github/workflows/nightlies.yaml
+++ b/.github/workflows/nightlies.yaml
@@ -61,7 +61,7 @@ jobs:
       - name: Upload to nightlies.apache.org
         uses: burnett01/[email protected]
         with:
-          switches: -avzr --include='*/' --include='*.zip' 
--include='*.tar.gz' --exclude='*'
+          switches: -avzh --update --delete --progress --include='*/' 
--include='*.zip' --include='*.tar.gz' --exclude='*'
           path: storm-dist/binary/final-package/target/
           remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/storm/
           remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}

Reply via email to