Merge "Exclude releasenotes folder from list of charts in Makefile"

This commit is contained in:
Zuul 2018-08-22 17:00:43 +00:00 committed by Gerrit Code Review
commit a514f76530

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)