Skip to content

Commit

Permalink
STORM-4006 - Update rsync switches
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Dec 4, 2023
1 parent 2233d2c commit c2d3b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightlies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c2d3b62

Please sign in to comment.