First iteration of gitea helm chart.
This commit is contained in:
8
gitea/Makefile
Normal file
8
gitea/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
.PHONY: prepare-environment
|
||||
prepare-environment:
|
||||
npm install
|
||||
|
||||
.PHONY: readme
|
||||
readme: prepare-environment
|
||||
npm run readme:parameters
|
||||
npm run readme:lint
|
||||
Reference in New Issue
Block a user