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:
parent
65df9acaf8
commit
9b0d62ed59
2
Makefile
2
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)
|
||||
|
Loading…
Reference in New Issue
Block a user