ignore folder jmphost as there is no helm chart.

This ps adds the folder jmphost to exclude list as there is no
helm chart in this folder which causes make to fail

Change-Id: I7071352ba75d3416f48b9a38d46e6bb24bb0c8dc
Signed-off-by: Sreejith Punnapuzha <Sreejith.Punnapuzha@outlook.com>
This commit is contained in:
Sreejith Punnapuzha 2019-10-01 15:14:23 -05:00
parent ac02689568
commit 3c9e925cd4

View File

@ -18,7 +18,7 @@ SHELL := /bin/bash
HELM := helm
TASK := build
EXCLUDES := helm-toolkit docs tools logs tmp Dockerfiles zuul.d
EXCLUDES := helm-toolkit docs tools logs tmp Dockerfiles zuul.d jmphost
CHARTS := helm-toolkit $(filter-out $(EXCLUDES), $(patsubst %/.,%,$(wildcard */.)))
.PHONY: $(EXCLUDES) $(CHARTS)