Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2339 from fluxcd/fix-charts
Browse files Browse the repository at this point in the history
Fix publishing to charts.fluxcd.io
  • Loading branch information
stefanprodan authored Aug 8, 2019
2 parents f6482f5 + 52894fb commit 5a211b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
git config user.name fluxcdbot
git remote set-url origin ${REPOSITORY}
git checkout gh-pages
mv $HOME/chart/*.tgz .
cp $HOME/chart/*.tgz .
helm repo index . --url https://fluxcd.github.io/flux
git add .
git commit -m "Publish Helm chart"
Expand Down

0 comments on commit 5a211b1

Please sign in to comment.