Skip to content

Commit

Permalink
Fix chart-release script [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cdbartholomew committed Feb 20, 2020
1 parent 2b600d9 commit cedfedc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ release_charts() {
}

update_index() {
chart-releaser index -o kafkaesque-io -r pulsar-helm-chart -t "$CH_TOKEN" -c https://github.com/kafkaesque-io/pulsar-helm-chart
chart-releaser index -o kafkaesque-io -r pulsar-helm-chart -t "$CH_TOKEN" -c https://helm.kafkaesque.io

git config user.email "$GIT_EMAIL"
git config user.name "$GIT_USERNAME"

git checkout gh-pages
cp --force .cr-index/index.yaml index.yaml
git add index.yaml
git commit --message="Update index.yaml [ci skip]" --signoff
git commit --message="Update index.yaml" --signoff
git push "$GIT_REPO_URL" gh-pages
}

Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
.idea
.vscode
.cr-*
.deploy

0 comments on commit cedfedc

Please sign in to comment.