You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/02/17 05:36:20 UTC

[GitHub] [pulsar-helm-chart] urfreespace commented on a change in pull request #231: Fixed release yaml file

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: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org