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:
Felipe Monteiro 2018-05-06 14:36:30 -04:00
parent faef231b0b
commit 62e2901d2d
1 changed files with 1 additions and 1 deletions

View File

@ -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)