From 3c9e925cd4c5ddf6e3bd414a139e4d4f0b608c94 Mon Sep 17 00:00:00 2001 From: Sreejith Punnapuzha Date: Tue, 1 Oct 2019 15:14:23 -0500 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2177bb19..1594bdc6 100644 --- a/Makefile +++ b/Makefile @@ -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)