This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch experiment_gha_docs
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/experiment_gha_docs by this
push:
new 337084c test delete
337084c is described below
commit 337084c81b37d54d2ea4fd5a69e4f9634fce4844
Author: Chesnay Schepler <[email protected]>
AuthorDate: Mon Mar 14 15:17:25 2022 +0100
test delete
---
.github/workflows/docs.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 213614d..6314f6f 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -9,9 +9,9 @@ jobs:
- name: rsync
uses: burnett01/[email protected]
with:
- switches: -avzr
+ switches: --archive --verbose --compress --recursive --dry-run
--delete --include=testfile.txt --exclude=*
path: test/*
- remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/flink
+ remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/flink/testfile.txt
remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}
remote_port: ${{ secrets.NIGHTLIES_RSYNC_PORT }}
remote_user: ${{ secrets.NIGHTLIES_RSYNC_USER }}