Skip to content

Commit 5820fec

Browse files
ci: remove comments
1 parent 3ffd7dd commit 5820fec

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

releng/update-site-tests/detect-latest-eclipse-steams.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ ECLIPSE_RC_RELEASE="$(
3434
| head -n1 || true
3535
)"
3636

37-
# --- Combined pre-release selection for Case 3 ---
38-
# Rules:
39-
# - if no M and no RC exists -> skip
40-
# - if only M exists -> pick it
41-
# - if M and RC exists -> prefer RC
4237
ECLIPSE_CASE3_STREAM="${ECLIPSE_M_RELEASE:-}"
4338
if [[ -n "${ECLIPSE_RC_RELEASE:-}" ]]; then
4439
ECLIPSE_CASE3_STREAM="$ECLIPSE_RC_RELEASE"

0 commit comments

Comments
 (0)