Commit 3ba92b7
committed
desktops: treat DESKTOP_APPGROUPS_SELECTED="none" as empty
The backwards-compat path added in 74af496 auto-selects
tier=full whenever DESKTOP_APPGROUPS_SELECTED is non-empty — but
the legacy targets at armbian/os hardcode
DESKTOP_APPGROUPS_SELECTED="none" (the old sentinel for no
appgroups) on every matrix entry, so every existing CI run gets
bumped to tier=full instead of keeping the intended tier=mid
default. Treat "none" as empty so only a genuine appgroup
selection triggers the bump.1 parent 857db91 commit 3ba92b7
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| |||
0 commit comments