Skip to content

Commit 4457a4e

Browse files
authored
Merge branch 'dev/v1.0.x' into master
2 parents fb7f13b + ee1d464 commit 4457a4e

File tree

3 files changed

+185
-57
lines changed

3 files changed

+185
-57
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PACKAGES=$(shell go list ./... | grep -v '/simulation')
22
VERSION ?= $(shell echo $(shell git describe --tags) | sed 's/^v//')
33
COMMIT := $(shell git log -1 --format='%H')
4-
CURRENT_BRANCH := $(shell git branch --show-current)
4+
CURRENT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
55
LEDGER_ENABLED ?= true
66
BINDIR ?= $(GOPATH)/bin
77
BUILD_PROFILE ?= release

0 commit comments

Comments
 (0)