Add automated commit to chart-release
Add automated add and commit to chart-release.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
.PHONY: chart-release
|
||||
chart-release:
|
||||
@rsync -av $(CHART)/helm/ charts/$(CHART)/$(shell cat $(CHART)/VERSION)/
|
||||
@git add charts/$(CHART)
|
||||
@git commit -m "Automated release for chart $(CHART) version $(shell cat $(CHART)/VERSION)" -e
|
||||
|
||||
Reference in New Issue
Block a user