Skip to content

Commit

Permalink
chore: Always use UTC for helm repo index building (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson authored Oct 22, 2020
1 parent 57880c4 commit c2ae6ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ stablerepo: $(STABLE_TARGETS) | gh-pages/stable/index.yaml

.PHONY: publish
publish: export LC_COLLATE := C
publish: export TZ := UTC
publish:
-git remote add publish $(GIT_REMOTE_URL) &>/dev/null
rm -rf gh-pages
Expand Down

0 comments on commit c2ae6ad

Please sign in to comment.