jscheffl commented on code in PR #64083: URL: https://github.com/apache/airflow/pull/64083#discussion_r3005373253
########## dev/README_RELEASE_HELM_CHART.md: ########## @@ -760,21 +776,20 @@ the binaries again, and gives a clearer history in the svn commit logs): ```shell # First clone the repo -export VERSION=1.1.0 -export VERSION_SUFFIX=rc1 -svn checkout https://dist.apache.org/repos/dist/release/airflow airflow-release +cd ${AIRFLOW_REPO_ROOT}/.. +[ -d asf-dist ] || svn checkout --depth=immediates https://dist.apache.org/repos/dist asf-dist +svn update --set-depth=infinity asf-dist/release/airflow # Create new folder for the release -cd airflow-release/helm-chart +cd asf-dist/release/airflow/helm-chart Review Comment: Thanks, adjusted. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
