Skip to content

Commit 2ec0d05

Browse files
committed
Drop redundant dev_stream block after cherry-pick of #467
Cherry-picking the matches_dev_filter() refactor on top of a branch that also edited the same loop left a three-line dev_stream check below the new matches_dev_filter() call. Remove it — the method already handles stream filtering.
1 parent 1ab23fb commit 2ec0d05

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • posit-bakery/posit_bakery/cli

posit-bakery/posit_bakery/cli/ci.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,6 @@ def matrix(
125125
included, _ = ver.matches_dev_filter(dev_versions, dev_stream)
126126
if not included:
127127
continue
128-
if dev_stream is not None and ver.isDevelopmentVersion:
129-
if ver.metadata.get("release_stream") != dev_stream:
130-
continue
131128
if image_version is not None and ver.name != image_version:
132129
continue
133130

0 commit comments

Comments
 (0)