Skip to content

Commit d5c60ff

Browse files
hakehuangnashif
authored andcommitted
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 <[email protected]>
1 parent 2b92ae3 commit d5c60ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/version_mgr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def show_latest():
102102
def update(git_tree, is_weekly=False):
103103
g = Git(git_tree)
104104
today = datetime.now().strftime('%Y-%m-%dT%H:%M:%S.%f')
105-
version = g.describe()
105+
version = g.describe("--abbrev=12")
106106
published = False
107107
data = get_versions()
108108

0 commit comments

Comments
 (0)