We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052b9be commit addce95Copy full SHA for addce95
buildbot_nix/buildbot_nix/__init__.py
@@ -1112,6 +1112,7 @@ def nix_eval_config(
1112
# TODO: support other branches?
1113
doStepIf=lambda c: c.build.getProperty("branch", "")
1114
== project.default_branch,
1115
+ logEnviron=False,
1116
)
1117
1118
@@ -1439,6 +1440,7 @@ def buildbot_effects_config(
1439
1440
util.Property("command"),
1441
# fmt: on
1442
],
1443
1444
),
1445
1446
withSecrets=secrets_list,
0 commit comments