Skip to content

Commit

Permalink
Update branch name in Makefile (#2065)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay-krishna authored May 7, 2022
1 parent 9a56d9d commit b214d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ GO_TEST ?= $(GO) test
# A regular expression defining what packages to exclude from the unit-test recipe.
UNIT_TEST_PACKAGE_EXCLUSION_REGEX ?=mocks$

## ensure local execution uses the 'main' branch bundle
BRANCH_NAME?=main
## ensure local execution uses the 'release-0.9' branch bundle
BRANCH_NAME?=release-0.9
ifeq (,$(findstring $(BRANCH_NAME),main))
## use the branch-specific bundle manifest if the branch is not 'main'
DEV_GIT_VERSION:=v0.0.0-dev-${BRANCH_NAME}
Expand Down

0 comments on commit b214d27

Please sign in to comment.