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

Fix publishing to charts.fluxcd.io #2339

Merged
merged 1 commit into from
Aug 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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