Skip to content

Commit

Permalink
Merge pull request #286 from turkenh/use-crossplane-build
Browse files Browse the repository at this point in the history
Use build module from crossplane/build
  • Loading branch information
turkenh authored Aug 22, 2024
2 parents 80eeec3 + 390c6d9 commit d3de7c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "build"]
path = build
url = https://github.com/upbound/build
url = https://github.com/crossplane/build
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ GOLANGCILINT_VERSION = 1.55.2
# Setup Kubernetes tools
KIND_VERSION = v0.22.0
UP_VERSION = v0.28.0
UPTEST_VERSION = v0.9.0
UP_CHANNEL = stable
USE_HELM3 = true
-include build/makelib/k8s_tools.mk
Expand Down Expand Up @@ -85,6 +84,7 @@ cobertura:

# ====================================================================================
# End to End Testing
CROSSPLANE_VERSION = 1.16.0
CROSSPLANE_NAMESPACE = crossplane-system
-include build/makelib/local.xpkg.mk
-include build/makelib/controlplane.mk
Expand Down

0 comments on commit d3de7c4

Please sign in to comment.