Skip to content

Commit

Permalink
Set default_branch property
Browse files Browse the repository at this point in the history
Signed-off-by: magic_rb <[email protected]>
  • Loading branch information
MagicRB committed Jan 1, 2025
1 parent f0c07c2 commit 40d1c5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildbot_nix/buildbot_nix/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ def set_common_properties(
props.setProperty("virtual_builder_tags", "", source)
props.setProperty("attr", job.attr, source)
props.setProperty("combine_builds", combine_builds, source)
props.setProperty("default_branch", project.default_branch, source)

if isinstance(job, NixEvalJobSuccess):
props.setProperty("drv_path", job.drvPath, source)
Expand Down

0 comments on commit 40d1c5d

Please sign in to comment.