Skip to content

Commit

Permalink
Switch to crossplane/build
Browse files Browse the repository at this point in the history
See crossplane/crossplane#1583 for context.

Signed-off-by: Nic Cope <[email protected]>
  • Loading branch information
negz committed May 30, 2024
1 parent 979663b commit 874593c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ run: go.build

# ====================================================================================
# End to End Testing
CROSSPLANE_VERSION = 1.16.0
CROSSPLANE_NAMESPACE = upbound-system
-include build/makelib/local.xpkg.mk
-include build/makelib/controlplane.mk
Expand Down Expand Up @@ -242,3 +243,7 @@ crossplane.help:
help-special: crossplane.help

.PHONY: crossplane.help help-special

# TODO(negz): Update CI to use these targets.
vendor: modules.download
vendor.check: modules.check

0 comments on commit 874593c

Please sign in to comment.