Skip to content

Commit

Permalink
Fix name collision in makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Pavlov <apavlov@mirantis.com>
  • Loading branch information
Kshatrix committed Oct 7, 2024
1 parent fe8ca1b commit 7495986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ TEMPLATE_FOLDERS = $(patsubst $(TEMPLATES_DIR)/%,%,$(wildcard $(TEMPLATES_DIR)/*

.PHONY: helm-package
helm-package: $(CHARTS_PACKAGE_DIR) helm
@make $(patsubst %,package-%-templates,$(TEMPLATE_FOLDERS))
@make $(patsubst %,package-%-tmpl,$(TEMPLATE_FOLDERS))

package-%-templates:
package-%-tmpl:
@make TEMPLATES_SUBDIR=$(TEMPLATES_DIR)/$* $(patsubst %,package-chart-%,$(shell ls $(TEMPLATES_DIR)/$*))

lint-chart-%:
Expand Down

0 comments on commit 7495986

Please sign in to comment.