mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
Merged in DCD-590-fixes-broken-ci-due-to-linter (pull request #21)
DCD-590: Fixes lint issue Approved-by: Steve Smith <ssmith@atlassian.com>
This commit is contained in:
@@ -15,7 +15,9 @@ class Pipeline:
|
||||
print(generated_output)
|
||||
|
||||
def _build_steps(self):
|
||||
return [Step(f"Molecule Test Batch {index}", self._build_script_commands(index)) for index, scenario in
|
||||
return [Step(f"Molecule Test Batch - {index}",
|
||||
self._build_script_commands(index))
|
||||
for index, scenario_rel_path in
|
||||
enumerate(self._find_all_scenarios(), 1)]
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user