Skip to content
Snippets Groups Projects
Verified Commit be566371 authored by Stephan Lachnit's avatar Stephan Lachnit
Browse files

post_forum: log commit shas


Signed-off-by: default avatarStephan Lachnit <stephanlachnit@debian.org>
parent 4454b051
No related branches found
No related tags found
1 merge request!77post_forum: fix for good
......@@ -12,6 +12,8 @@ import yaml
def main(api_key: str, commit_before_sha: str, commit_sha: str) -> int:
return_code = 0
print(f'Iterating through changes in diff from {commit_before_sha} to {commit_sha}')
# get git repo
repo_path = pathlib.Path(__file__).parent
repo = git.Repo(repo_path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment