Show More
@@ -54,7 +54,7 b' def get_git_commits(repo, refs):' | |||
|
54 | 54 | '{}...{}'.format(old_rev, new_rev) |
|
55 | 55 | ] |
|
56 | 56 | |
|
57 | stdout, stderr = repo.run_git_command(cmd, env=git_env) | |
|
57 | stdout, stderr = repo.run_git_command(cmd, extra_env=git_env) | |
|
58 | 58 | for line in stdout.splitlines(): |
|
59 | 59 | try: |
|
60 | 60 | data = json.loads(line) |
General Comments 0
You need to be logged in to leave comments.
Login now