mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-05 05:28:13 +02:00
forgot to set the client of the the build_handler
This commit is contained in:
@ -107,6 +107,7 @@ def process_pull(repo: Repository, pr: PullRequest, dataset: Dataset, repos_dir:
|
|||||||
entry.metadata.reason_for_failure = "Couldn't get the build handler"
|
entry.metadata.reason_for_failure = "Couldn't get the build handler"
|
||||||
entry.metadata.successful = False
|
entry.metadata.successful = False
|
||||||
return
|
return
|
||||||
|
build_handler.set_client(docker_client)
|
||||||
|
|
||||||
steps = [
|
steps = [
|
||||||
("Checking for tests...", build_handler.check_for_tests),
|
("Checking for tests...", build_handler.check_for_tests),
|
||||||
|
Reference in New Issue
Block a user