mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-28 03:59:58 -07:00
remove unused env var in git branch name
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user