Files
minecraft_vanilla/.gitlab/make/truenas.makefile
2021-11-02 15:48:46 -04:00

6 lines
233 B
Makefile

.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