mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
test_version: update tset version with 12 digits
update the version with 12 digits in aligned with uniq request from Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
This commit is contained in:
@@ -102,7 +102,7 @@ def show_latest():
|
||||
def update(git_tree, is_weekly=False):
|
||||
g = Git(git_tree)
|
||||
today = datetime.now().strftime('%Y-%m-%dT%H:%M:%S.%f')
|
||||
version = g.describe()
|
||||
version = g.describe("--abbrev=12")
|
||||
published = False
|
||||
data = get_versions()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user