Skip to content

Commit

Permalink
Merge pull request #535 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 6484569 + 1afe35f commit 7669fef
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 @@ -76,7 +76,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

export UP_VERSION := $(UP_VERSION)
export UP_CHANNEL := $(UP_CHANNEL)
Expand Down Expand Up @@ -382,3 +382,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 7669fef

Please sign in to comment.