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:
parent
ac02689568
commit
3c9e925cd4
2
Makefile
2
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)
|
||||
|
Loading…
Reference in New Issue
Block a user