Skip to content

Commit 0a6acfe

Browse files
committed
Call manifests explicitly
1 parent e3a1f56 commit 0a6acfe

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
@@ -208,8 +208,8 @@ $(CLOUDSTACK_TEMPLATES)/.templateflag.mk: $(CLUSTER_TEMPLATES_INPUTS)
208208
$(shell find $(CLOUDSTACK_TEMPLATES) -type d -name "cluster*" -exec bash -c "bin/kustomize build --load-restrictor LoadRestrictionsNone {} > {}.yaml" \;)
209209
@touch $(CLOUDSTACK_TEMPLATES)/.templateflag.mk
210210

211-
e2e-essentials: bin/ginkgo manifests e2e-cluster-templates kind-cluster ## Fulfill essential tasks for e2e testing.
212-
IMG=$(IMG_LOCAL) make docker-build docker-push
211+
e2e-essentials: bin/ginkgo e2e-cluster-templates kind-cluster ## Fulfill essential tasks for e2e testing.
212+
IMG=$(IMG_LOCAL) make manifests docker-build docker-push
213213

214214
JOB ?= .*
215215
run-e2e: e2e-essentials ## Run e2e testing. JOB is an optional REGEXP to select certainn test cases to run. e.g. JOB=PR-Blocking, JOB=Conformance

0 commit comments

Comments
 (0)