makefile cleanup
This commit is contained in:
parent
4071565f66
commit
95f03a5614
16
Makefile
16
Makefile
@ -28,16 +28,16 @@ memcached: build-memcached
|
|||||||
openstack: build-openstack
|
openstack: build-openstack
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(shell rm -rf common/secrets/*.b64)
|
$(shell rm -rf common/secrets/*.b64)
|
||||||
$(shell rm -rf */templates/_partials.tpl)
|
$(shell rm -rf */templates/_partials.tpl)
|
||||||
$(shell rm -rf */templates/_globals.tpl)
|
$(shell rm -rf */templates/_globals.tpl)
|
||||||
echo "Removed all .b64, _partials.tpl, and _globals.tpl files"
|
echo "Removed all .b64, _partials.tpl, and _globals.tpl files"
|
||||||
|
|
||||||
build-%:
|
build-%:
|
||||||
if [ -f $*/Makefile ]; then make -C $*; fi
|
if [ -f $*/Makefile ]; then make -C $*; fi
|
||||||
if [ -f $*/requirements.yaml ]; then helm dep up $*; fi
|
if [ -f $*/requirements.yaml ]; then helm dep up $*; fi
|
||||||
helm lint $*
|
helm lint $*
|
||||||
helm package $*
|
helm package $*
|
||||||
|
|
||||||
## this is required for some charts which cannot pass a lint, namely
|
## this is required for some charts which cannot pass a lint, namely
|
||||||
## those which use .Release.Namespace in a default pipe capacity
|
## those which use .Release.Namespace in a default pipe capacity
|
||||||
|
Loading…
x
Reference in New Issue
Block a user