Skip to content

Commit 8df2ce4

Browse files
committed
Rebase fix
1 parent 7b5a064 commit 8df2ce4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/release/build/image_build_configuration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ class ImageBuildConfiguration:
1616
parallel_factor: int = 0
1717
platforms: Optional[List[str]] = None
1818
sign: bool = False
19-
all_agents: bool = False
2019

2120
def is_release_scenario(self) -> bool:
2221
return self.scenario == BuildScenario.RELEASE

0 commit comments

Comments
 (0)