We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 987bd34 commit 3dc4b69Copy full SHA for 3dc4b69
commit0/harness/run_pytest_ids.py
@@ -90,6 +90,8 @@ def main(
90
# Check if it's a local branch
91
if branch in local_repo.branches:
92
commit_id = local_repo.commit(branch).hexsha
93
+ if local_repo.commit(branch).hexsha != local_repo.commit().hexsha:
94
+ commit_id = local_repo.commit().hexsha
95
else:
96
found_remote_branch = False
97
for remote in local_repo.remotes:
0 commit comments