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 bc23827 commit 03062c3Copy full SHA for 03062c3
scripts/release/build_configuration.py
@@ -15,7 +15,6 @@ class BuildConfiguration:
15
platforms: Optional[List[str]] = None
16
sign: bool = False
17
all_agents: bool = False
18
- debug: bool = True
19
20
def is_release_step_executed(self) -> bool:
21
return self.scenario == BuildScenario.RELEASE
scripts/release/main.py
@@ -191,7 +191,6 @@ def build_config_from_args(args):
191
version=version,
192
base_registry=registry,
193
parallel=args.parallel,
194
- debug=args.debug, # TODO: is debug used ?
195
platforms=platforms,
196
sign=sign,
197
all_agents=all_agents,
0 commit comments