Skip to content

Commit

Permalink
Update BRANCH_NAME on release-0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
2ez4szliu committed Feb 26, 2025
1 parent afc92e3 commit d7cd391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ UNIT_TEST_PACKAGE_EXCLUSION_REGEX ?=mocks$
UNIT_TEST_PACKAGES ?= $$($(GO) list ./... | grep -vE "$(UNIT_TEST_PACKAGE_EXCLUSION_REGEX)")

## ensure local execution uses the 'main' branch bundle
BRANCH_NAME?=main
BRANCH_NAME?=release-0.22
# DEV_GIT_VERSION should be something like v0.19.0-dev+latest, depending on the base branch
# https://github.com/aws/eks-anywhere/blob/main/docs/developer/manifests.md#locally-building-the-cli
ifneq ($(PULL_BASE_REF),) # PULL_BASE_REF originates from prow
Expand Down

0 comments on commit d7cd391

Please sign in to comment.