From d5c60ff2f1efbccfbe3b05914c2643fa6ecff0aa Mon Sep 17 00:00:00 2001 From: Hake Huang Date: Thu, 7 Jan 2021 16:31:16 +0800 Subject: [PATCH] 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 --- scripts/ci/version_mgr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/version_mgr.py b/scripts/ci/version_mgr.py index 2c76172c70d..4dbcda7545f 100755 --- a/scripts/ci/version_mgr.py +++ b/scripts/ci/version_mgr.py @@ -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()