File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -203,8 +203,8 @@ cluster-api/tilt-settings.json: hack/tilt-settings.json cluster-api
203
203
204
204
CLUSTER_TEMPLATES_INPUT_FILES =$(shell find test/e2e/data/infrastructure-cloudstack/* /cluster-template* /* -type f)
205
205
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.
208
208
cluster-template% yaml : bin/kustomize $(CLUSTER_TEMPLATES_INPUT_FILES )
209
209
kustomize build --load-restrictor LoadRestrictionsNone $(basename $@ ) > $@
210
210
You can’t perform that action at this time.
0 commit comments