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:
parent
28a649bbbe
commit
0df7c5f0ae
2
Makefile
2
Makefile
@ -47,7 +47,7 @@ clean:
|
|||||||
rm -f */templates/_globals.tpl
|
rm -f */templates/_globals.tpl
|
||||||
rm -f *tgz */charts/*tgz
|
rm -f *tgz */charts/*tgz
|
||||||
rm -f */requirements.lock
|
rm -f */requirements.lock
|
||||||
-rm -rf */charts
|
-rm -rf */charts */tmpcharts
|
||||||
|
|
||||||
pull-all-images:
|
pull-all-images:
|
||||||
@./tools/pull-images.sh
|
@./tools/pull-images.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user