Adding the list of missing directories in excludes Makefile
Also updating the prefix name for ceph-utility to airshipit as the porthole project was moved from attcomdev to airship Change-Id: I22a31751a576f070945eaf5373307435d239ec45
This commit is contained in:
parent
0141d8b0b5
commit
7c7d2e8edb
@ -24,7 +24,7 @@ SHELL := /bin/bash
|
||||
|
||||
DOCKER_REGISTRY ?= quay.io
|
||||
IMAGE_NAME ?= ceph-utility
|
||||
IMAGE_PREFIX ?= attcomdev
|
||||
IMAGE_PREFIX ?= airshipit
|
||||
IMAGE_TAG ?= latest
|
||||
LABEL ?= mimic
|
||||
|
||||
|
2
Makefile
2
Makefile
@ -18,7 +18,7 @@ SHELL := /bin/bash
|
||||
HELM := helm
|
||||
TASK := build
|
||||
|
||||
EXCLUDES := helm-toolkit docs Dockerfiles
|
||||
EXCLUDES := helm-toolkit docs tools logs tmp Dockerfiles zuul.d
|
||||
CHARTS := helm-toolkit $(filter-out $(EXCLUDES), $(patsubst %/.,%,$(wildcard */.)))
|
||||
|
||||
.PHONY: $(EXCLUDES) $(CHARTS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user