Skip to content

Commit f3606bf

Browse files
committed
Standardize.
1 parent 579997f commit f3606bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/e2e-pipeline/generate-steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def generate_steps_for_scheduler(versions) -> list:
3838
steps: list = []
3939
snapshots = versions["snapshots"]
4040
for snapshot_version in snapshots:
41-
if snapshots[snapshot_version] is None or snapshots[snapshot_version].startswith("7.") or snapshot_version == '8.previous':
41+
if snapshots[snapshot_version] is None or snapshots[snapshot_version].startswith("7.") or snapshot_version == "8.previous":
4242
continue
4343
full_stack_version = snapshots[snapshot_version]
4444
version_parts = snapshots[snapshot_version].split(".")

0 commit comments

Comments
 (0)