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 579997f commit f3606bfCopy full SHA for f3606bf
.buildkite/scripts/e2e-pipeline/generate-steps.py
@@ -38,7 +38,7 @@ def generate_steps_for_scheduler(versions) -> list:
38
steps: list = []
39
snapshots = versions["snapshots"]
40
for snapshot_version in snapshots:
41
- if snapshots[snapshot_version] is None or snapshots[snapshot_version].startswith("7.") or snapshot_version == '8.previous':
+ if snapshots[snapshot_version] is None or snapshots[snapshot_version].startswith("7.") or snapshot_version == "8.previous":
42
continue
43
full_stack_version = snapshots[snapshot_version]
44
version_parts = snapshots[snapshot_version].split(".")
0 commit comments