Add Common .gitlab Subtree
This commit is contained in:
5
.gitlab/make/truenas.makefile
Normal file
5
.gitlab/make/truenas.makefile
Normal file
@@ -0,0 +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