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 c2d3b62c9 STORM-4006 - Update rsync switches
c2d3b62c9 is described below
commit c2d3b62c912ec6e937d0c94072ec69b3e4cc42b6
Author: Richard Zowalla <[email protected]>
AuthorDate: Mon Dec 4 15:00:51 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 7aff627ab..661d181d8 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: -avzh --update --delete --progress --include='*/'
--include='*.zip' --include='*.tar.gz' --exclude='*'
+ switches: -avzh --update --delete --progress --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 }}