We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ffd7dd commit 5820fecCopy full SHA for 5820fec
1 file changed
releng/update-site-tests/detect-latest-eclipse-steams.sh
@@ -34,11 +34,6 @@ ECLIPSE_RC_RELEASE="$(
34
| head -n1 || true
35
)"
36
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
42
ECLIPSE_CASE3_STREAM="${ECLIPSE_M_RELEASE:-}"
43
if [[ -n "${ECLIPSE_RC_RELEASE:-}" ]]; then
44
ECLIPSE_CASE3_STREAM="$ECLIPSE_RC_RELEASE"
0 commit comments