Adapt Makefile for releasenotes

Release notes should be excluded from make, as they will cause
linting issues.

Change-Id: I48fec6e7e263d0136e987e744b3a339f8118bfe1
This commit is contained in:
Jean-Philippe Evrard 2019-02-28 10:51:40 +01:00
parent 65df9acaf8
commit 9b0d62ed59
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
SHELL := /bin/bash
TASK := build
EXCLUDES := helm-toolkit doc tests tools logs tmp zuul.d
EXCLUDES := helm-toolkit doc tests tools logs tmp zuul.d releasenotes
CHARTS := helm-toolkit $(filter-out $(EXCLUDES), $(patsubst %/.,%,$(wildcard */.)))
.PHONY: $(EXCLUDES) $(CHARTS)