Skip to content

Commit

Permalink
Add e2e_pull as e2e target dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dippynark committed Mar 9, 2021
1 parent 27f0392 commit 832c956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ E2E_CONF_FILE ?= $(CURDIR)/e2e/config/capk.yaml
SKIP_RESOURCE_CLEANUP ?= false
USE_EXISTING_CLUSTER ?= false
.PHONY: e2e
e2e: $(GINKGO) docker-build e2e_template e2e_data
e2e: $(GINKGO) docker-build e2e_pull e2e_template e2e_data
cd config/manager && kustomize edit set image controller=${IMG}
$(GINKGO) -v -trace -tags=e2e ./e2e -- \
-e2e.artifacts-folder="$(ARTIFACTS)" \
Expand Down

0 comments on commit 832c956

Please sign in to comment.