Makefile: sync with openstack-helm
Change-Id: I310e3f6db210e24024fba3335e4381c63ee18ae3
This commit is contained in:
parent
b205022b7f
commit
462567f323
4
Makefile
4
Makefile
@ -18,7 +18,7 @@ SHELL := /bin/bash
|
|||||||
HELM := helm
|
HELM := helm
|
||||||
TASK := build
|
TASK := build
|
||||||
|
|
||||||
EXCLUDES := helm-toolkit doc tests tools logs
|
EXCLUDES := helm-toolkit doc tests tools logs tmp
|
||||||
CHARTS := helm-toolkit $(filter-out $(EXCLUDES), $(patsubst %/.,%,$(wildcard */.)))
|
CHARTS := helm-toolkit $(filter-out $(EXCLUDES), $(patsubst %/.,%,$(wildcard */.)))
|
||||||
|
|
||||||
.PHONY: $(EXCLUDES) $(CHARTS)
|
.PHONY: $(EXCLUDES) $(CHARTS)
|
||||||
@ -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