Skip to content

Commit 6ea41db

Browse files
committed
Rename cluster-templates to e2e-cluster-templates
1 parent 5f2e747 commit 6ea41db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ cluster-api/tilt-settings.json: hack/tilt-settings.json cluster-api
203203

204204
CLUSTER_TEMPLATES_INPUT_FILES=$(shell find test/e2e/data/infrastructure-cloudstack/*/cluster-template*/* -type f)
205205
CLUSTER_TEMPLATES_OUTPUT_FILES=$(shell find test/e2e/data/infrastructure-cloudstack -type d -name "cluster-template*" -exec echo {}.yaml \;)
206-
.PHONY: cluster-templates
207-
cluster-templates: $(CLUSTER_TEMPLATES_OUTPUT_FILES) ## Generate cluster template files for e2e testing.
206+
.PHONY: e2e-cluster-templates
207+
e2e-cluster-templates: $(CLUSTER_TEMPLATES_OUTPUT_FILES) ## Generate cluster template files for e2e testing.
208208
cluster-template%yaml: bin/kustomize $(CLUSTER_TEMPLATES_INPUT_FILES)
209209
kustomize build --load-restrictor LoadRestrictionsNone $(basename $@) > $@
210210

0 commit comments

Comments
 (0)