forgot to set the client of the the build_handler

This commit is contained in:
Karma Riuk
2025-03-17 10:48:38 +01:00
parent 38b904b898
commit ca6198410f

View File

@ -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),