Skip to content

Commit 83b2f09

Browse files
bschwedlerianpittwood
authored andcommitted
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 e200159 commit 83b2f09

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)