Skip to content

Commit f32d79d

Browse files
committed
fix set_all_updated_pull_requests_docker_testbot_pending() routine
1 parent 3f9a016 commit f32d79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

obspy_github_api/obspy_github_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def set_all_updated_pull_requests_docker_testbot_pending(verbose=False):
291291
[str(pr.number) for pr in open_prs]))
292292
for pr in open_prs:
293293
set_commit_status(
294-
commit=pr.commit, status="pending", context="docker-testbot",
294+
commit=pr.head.sha, status="pending", context="docker-testbot",
295295
description="docker testbot results not available yet",
296296
only_when_no_status_yet=True,
297297
verbose=verbose)

0 commit comments

Comments
 (0)