Merge "Add newlines to Makefile output to improve readability"

This commit is contained in:
Jenkins 2017-04-26 17:45:35 +00:00 committed by Gerrit Code Review
commit 932f8a9928
1 changed files with 2 additions and 0 deletions

View File

@ -62,7 +62,9 @@ clean:
echo "Removed all .b64, _partials.tpl, and _globals.tpl files"
build-%:
@echo
if [ -f $*/Makefile ]; then make -C $*; fi
if [ -f $*/requirements.yaml ]; then helm dep up $*; fi
helm lint $*
helm package $*
@echo