Skip to content

Commit 529bc62

Browse files
authored
Merge pull request #131 from cychiang/bump-up-version-for-build
Update build to latest version to support crossplane xpkg
2 parents c2fb955 + d9953fa commit 529bc62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fallthrough: submodules
5656
e2e.run: test-integration
5757

5858
# Run integration tests.
59-
test-integration: $(KIND) $(KUBECTL) $(UP) $(HELM3)
59+
test-integration: $(KIND) $(KUBECTL) $(CROSSPLANE_CLI) $(HELM3)
6060
@$(INFO) running integration tests using kind $(KIND_VERSION)
6161
@KIND_NODE_IMAGE_TAG=${KIND_NODE_IMAGE_TAG} $(ROOT_DIR)/cluster/local/integration_tests.sh || $(FAIL)
6262
@$(OK) integration tests passed
@@ -81,7 +81,7 @@ go.mod.cachedir:
8181
# NOTE(hasheddan): we must ensure up is installed in tool cache prior to build
8282
# as including the k8s_tools machinery prior to the xpkg machinery sets UP to
8383
# point to tool cache.
84-
build.init: $(UP)
84+
build.init: $(CROSSPLANE_CLI)
8585

8686
# This is for running out-of-cluster locally, and is for convenience. Running
8787
# this make target will print out the command which was used. For more control,

0 commit comments

Comments
 (0)