Locate units using APPLY_ROOT env var

This commit is contained in:
Loic Nageleisen 2018-06-25 11:07:41 +02:00
parent 8a178cdc2b
commit 44eeefea79
4 changed files with 21 additions and 5 deletions

4
Makefile Normal file
View file

@ -0,0 +1,4 @@
all:
lint:
find apply run push lib -type f -not -iname '*.*' | xargs shellcheck -s bash