Skip to content

Commit fd82aeb

Browse files
authored
Add exit_code to build errors (#11597)
1 parent 40a05c1 commit fd82aeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocs/doc_builder/environments.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,7 @@ def run_command_class(
523523
msg,
524524
command=build_cmd.get_command(),
525525
output=build_output,
526+
exit_code=build_cmd.exit_code,
526527
project_slug=self.project.slug if self.project else "",
527528
version_slug=self.version.slug if self.version else "",
528529
)

0 commit comments

Comments
 (0)