From 9b0d62ed595a43ba1125f0fa234987b510a24b48 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Thu, 28 Feb 2019 10:51:40 +0100 Subject: [PATCH] Adapt Makefile for releasenotes Release notes should be excluded from make, as they will cause linting issues. Change-Id: I48fec6e7e263d0136e987e744b3a339f8118bfe1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 444992954e..814a05da63 100644 --- a/Makefile +++ b/Makefile @@ -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)