Skip to content

Commit 95addc9

Browse files
freeznetCopilot
andauthored
Update .ci/publish_chart.sh
Co-authored-by: Copilot <[email protected]>
1 parent 3f361d2 commit 95addc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.ci/publish_chart.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ function publish_charts() {
5656
cp --force ${CHARTS_INDEX}/index.yaml index.yaml
5757
git add index.yaml
5858
git commit --message="Publish new charts ${REPO}-v${RELEASE_BRANCH:7}" --signoff --gpg-sign=${KEY_ID}
59-
git remote -v
6059
git remote add sn https://${SNBOT_USER}:${GITHUB_TOKEN}@github.com/${OWNER}/${CHART_REPO}
6160
git push sn gh-pages
6261
}

0 commit comments

Comments
 (0)