Skip to content

Commit

Permalink
Merge pull request #758 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 c567e11 + 45785d4 commit ade234d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 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
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,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 @@ -366,4 +366,8 @@ delete-build-tags:
@$(INFO) Untagging source files.
@EXTRA_BUILDTAGGER_ARGS="--delete" RESTORE_DEEPCOPY_TAGS="true" ./scripts/tag.sh || $(FAIL)
@$(OK) Untagging source files.
endif
endif

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

0 comments on commit ade234d

Please sign in to comment.