urfreespace commented on a change in pull request #231:
URL: https://github.com/apache/pulsar-helm-chart/pull/231#discussion_r808689895
##########
File path: .ci/release.sh
##########
@@ -71,9 +71,9 @@ function release::git_setup() {
function release::publish_charts() {
release::git_setup
- git clone https://${GITHUB_TOKEN}@github.com/apache/pulsar
- cd pulsar
- git checkout asf-site
+ git clone https://${GITHUB_TOKEN}@github.com/apache/pulsar-site
Review comment:
the default branch is `asf-site` for now, However, the JIRA has been
submitted for modification, it's recommend change it to `git clone -b main
https://${GITHUB_TOKEN}@github.com/apache/pulsar-site` @tuteng
--
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]