Merge "Exclude releasenotes folder from list of charts in Makefile"
This commit is contained in:
commit
a514f76530
2
Makefile
2
Makefile
@ -18,7 +18,7 @@ SHELL := /bin/bash
|
|||||||
HELM := helm
|
HELM := helm
|
||||||
TASK := build
|
TASK := build
|
||||||
|
|
||||||
EXCLUDES := helm-toolkit doc tests tools logs tmp roles playbooks
|
EXCLUDES := helm-toolkit doc tests tools logs tmp roles playbooks releasenotes
|
||||||
CHARTS := helm-toolkit $(filter-out $(EXCLUDES), $(patsubst %/.,%,$(wildcard */.)))
|
CHARTS := helm-toolkit $(filter-out $(EXCLUDES), $(patsubst %/.,%,$(wildcard */.)))
|
||||||
|
|
||||||
.PHONY: $(EXCLUDES) $(CHARTS)
|
.PHONY: $(EXCLUDES) $(CHARTS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user