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

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 609ca9091b Fix provider release instructions (#28344)
609ca9091b is described below

commit 609ca9091b9080e1c41e93d8aad179f720eea6c4
Author: eladkal <[email protected]>
AuthorDate: Tue Dec 13 22:55:21 2022 +0200

    Fix provider release instructions (#28344)
---
 dev/README_RELEASE_PROVIDER_PACKAGES.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/README_RELEASE_PROVIDER_PACKAGES.md 
b/dev/README_RELEASE_PROVIDER_PACKAGES.md
index e484be18f8..1a231078eb 100644
--- a/dev/README_RELEASE_PROVIDER_PACKAGES.md
+++ b/dev/README_RELEASE_PROVIDER_PACKAGES.md
@@ -214,7 +214,7 @@ svn update --set-depth=infinity asf-dist/dev/airflow
 cd asf-dist/dev/airflow/providers
 
 # Remove previously released providers
-rm -rf *
+svn rm *
 
 # Move the artifacts to svn folder
 mv ${AIRFLOW_REPO_ROOT}/dist/* .

Reply via email to