Skip to content

Commit

Permalink
Merge pull request #135 from turkenf/change-submodule
Browse files Browse the repository at this point in the history
Use crossplane/build submodule
  • Loading branch information
turkenf authored Jun 26, 2024
2 parents 51039ff + f7f8e04 commit 298749a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

[submodule "build"]
path = build
url = https://github.com/upbound/build
url = https://github.com/crossplane/build
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ UPTEST_LOCAL_VERSION = v0.12.0-9.gac371c9
UPTEST_LOCAL_CHANNEL = main
KUSTOMIZE_VERSION = v5.3.0
YQ_VERSION = v4.40.5
UXP_VERSION = 1.14.6-up.1
CROSSPLANE_VERSION = 1.14.6

-include build/makelib/k8s_tools.mk

Expand Down Expand Up @@ -277,3 +277,7 @@ kustomize-crds: output.init $(KUSTOMIZE) $(YQ)
@$(OK) Kustomizing CRDs.

.PHONY: kustomize-crds

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

0 comments on commit 298749a

Please sign in to comment.