Merge remote-tracking branch 'origin/pr/648' into baremetal
This commit is contained in:
commit
42e4e723e8
64 changed files with 1183 additions and 1507 deletions
|
@ -107,7 +107,7 @@ class AbiChecker(object):
|
|||
)
|
||||
self.log.debug(worktree_output.decode("utf-8"))
|
||||
version.commit = subprocess.check_output(
|
||||
[self.git_command, "rev-parse", worktree_rev],
|
||||
[self.git_command, "rev-parse", "HEAD"],
|
||||
cwd=git_worktree_path,
|
||||
stderr=subprocess.STDOUT
|
||||
).decode("ascii").rstrip()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue