Merge "Adapt Makefile for releasenotes"

This commit is contained in:
Zuul 2019-03-06 04:01:01 +00:00 committed by Gerrit Code Review
commit ffa5bcb4c4
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
SHELL := /bin/bash SHELL := /bin/bash
TASK := build 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 */.))) CHARTS := helm-toolkit $(filter-out $(EXCLUDES), $(patsubst %/.,%,$(wildcard */.)))
.PHONY: $(EXCLUDES) $(CHARTS) .PHONY: $(EXCLUDES) $(CHARTS)