Merge remote-tracking branch 'origin/pr/648' into baremetal

This commit is contained in:
Simon Butcher 2019-09-04 12:42:35 +01:00
commit 42e4e723e8
64 changed files with 1183 additions and 1507 deletions

View file

@ -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()