From f6d69d42a21f964cdfd217ee8292494ad9958c5c Mon Sep 17 00:00:00 2001 From: hyokeun Date: Mon, 5 Feb 2018 11:32:15 +0900 Subject: [PATCH] Fix commit id update Change-Id: I643f0207ab75b0940060f1a74277371aff350709 --- job_update_local_git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job_update_local_git.py b/job_update_local_git.py index c2293c5..0ef367a 100755 --- a/job_update_local_git.py +++ b/job_update_local_git.py @@ -66,7 +66,7 @@ def update_dashboard(full_git_path): commit_date = ret_data["commit_date"] commit_message = ret_data["commit_message"] db_git_commit_id = bm_ext.update_git_commit_strict( \ - full_git_path, newrev, committer, commit_date, commit_message, branch) + full_git_path, commit_id, committer, commit_date, commit_message, branch) ## Tag if refname.startswith('refs/tags/'): -- 2.7.4