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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.