Skip to content

Commit

Permalink
Revert "fix(trigger.py): Fix build config parameter overwrite"
Browse files Browse the repository at this point in the history
This reverts commit 34a184d.
  • Loading branch information
nuclearcat committed Feb 24, 2025
1 parent 78eef75 commit 8cde7b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/trigger.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ def _iterate_build_configs(self, force, build_configs_list,
timeout, trees):
for name, config in self._build_configs.items():
if not build_configs_list or name in build_configs_list:
cfg_copy = config.copy()
self._run_trigger(cfg_copy, force, timeout, trees)
self._run_trigger(config, force, timeout, trees)

def _setup(self, args):
return {
Expand Down

0 comments on commit 8cde7b8

Please sign in to comment.