Merge "Add newlines to Makefile output to improve readability"
This commit is contained in:
commit
932f8a9928
2
Makefile
2
Makefile
@ -62,7 +62,9 @@ clean:
|
|||||||
echo "Removed all .b64, _partials.tpl, and _globals.tpl files"
|
echo "Removed all .b64, _partials.tpl, and _globals.tpl files"
|
||||||
|
|
||||||
build-%:
|
build-%:
|
||||||
|
@echo
|
||||||
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 $*
|
||||||
|
@echo
|
||||||
|
Loading…
Reference in New Issue
Block a user