forked from coo-ops.space/helm-charts
fix makefile
This commit is contained in:
parent
c1466a998b
commit
d1b12ef7f6
4
Makefile
4
Makefile
@ -5,13 +5,13 @@ configure:
|
|||||||
@mkdir -p _build/
|
@mkdir -p _build/
|
||||||
helm repo add bitnami https://charts.bitnami.com/bitnami
|
helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||||
|
|
||||||
homebox_ci:
|
homebox_ci: configure
|
||||||
helm dependency build charts/stable/homebox/
|
helm dependency build charts/stable/homebox/
|
||||||
helm lint charts/stable/homebox/
|
helm lint charts/stable/homebox/
|
||||||
homebox: configure homebox_ci
|
homebox: configure homebox_ci
|
||||||
helm package charts/stable/homebox/ -d _build/
|
helm package charts/stable/homebox/ -d _build/
|
||||||
|
|
||||||
romm_ci:
|
romm_ci: configure
|
||||||
helm dependency build charts/stable/romm/
|
helm dependency build charts/stable/romm/
|
||||||
helm lint charts/stable/romm/
|
helm lint charts/stable/romm/
|
||||||
romm: configure romm_ci
|
romm: configure romm_ci
|
||||||
|
Loading…
Reference in New Issue
Block a user