Skip to content

Commit addce95

Browse files
committed
effects/{eval,run}: don't log environment variables.
they don't add anything here since nothing will be inherited by the effect sandbox.
1 parent 052b9be commit addce95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildbot_nix/buildbot_nix/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,6 +1112,7 @@ def nix_eval_config(
11121112
# TODO: support other branches?
11131113
doStepIf=lambda c: c.build.getProperty("branch", "")
11141114
== project.default_branch,
1115+
logEnviron=False,
11151116
)
11161117
)
11171118

@@ -1439,6 +1440,7 @@ def buildbot_effects_config(
14391440
util.Property("command"),
14401441
# fmt: on
14411442
],
1443+
logEnviron=False,
14421444
),
14431445
],
14441446
withSecrets=secrets_list,

0 commit comments

Comments
 (0)