Exclude releasenotes folder from list of charts in Makefile
This PS adds releasenotes to EXCLUDES in the Makefile so that it is not treated as a chart. This change is a part of [0], required to make that patchset run in the gates. [0] Ib9253611df08257f2b418a0d9e5e817a232c011b Change-Id: I335a08a0add647b17d9438b0c561f556b6130e66 Needed-By: Ib9253611df08257f2b418a0d9e5e817a232c011b
This commit is contained in:
parent
faef231b0b
commit
62e2901d2d
2
Makefile
2
Makefile
@ -18,7 +18,7 @@ SHELL := /bin/bash
|
||||
HELM := helm
|
||||
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 */.)))
|
||||
|
||||
.PHONY: $(EXCLUDES) $(CHARTS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user