Makefile: cleanup after helm

When helm crashes/fails it can leave tmpcharts directories behind;
update the 'clean' target to remove these.

Change-Id: Ib0fb6e93262fbc6fd97dfdd491df46283dff4a9e
This commit is contained in:
Chris Wedgwood 2018-02-14 00:00:54 +00:00
parent 28a649bbbe
commit 0df7c5f0ae
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ clean:
rm -f */templates/_globals.tpl
rm -f *tgz */charts/*tgz
rm -f */requirements.lock
-rm -rf */charts
-rm -rf */charts */tmpcharts
pull-all-images:
@./tools/pull-images.sh