diff --git a/make/git.mk b/make/git.mk index 8c0cd73ad..ea3d16f44 100644 --- a/make/git.mk +++ b/make/git.mk @@ -1,5 +1,5 @@ GIT_COMMIT := $(shell git rev-parse --short HEAD || echo 'unknown') -GIT_BRANCH := $(shell echo $${WORKFLOW_BRANCH_OR_TAG-$$(git rev-parse --abbrev-ref HEAD || echo 'unknown')}) +GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD || echo 'dev-cfw') GIT_BRANCH_NUM := $(shell git rev-list --count HEAD || echo 'nan') BUILD_DATE := $(shell date '+%d-%m-%Y' || echo 'unknown') BUILD_TIME := $(shell date '+%H:%M:%S' || echo 'unknown')