mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-08-03 18:56:15 +00:00
fix(ci): search variant subdirs for _solo_dual envs in matrix generation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
8261c3c364
commit
e83b2f706c
@@ -26,7 +26,7 @@ jobs:
|
|||||||
- name: List solo_dual envs
|
- name: List solo_dual envs
|
||||||
id: list-envs
|
id: list-envs
|
||||||
run: |
|
run: |
|
||||||
envs=$(grep '^\[env:' platformio.ini \
|
envs=$(grep -rh '^\[env:' platformio.ini variants/ \
|
||||||
| sed 's/\[env://;s/\]//' \
|
| sed 's/\[env://;s/\]//' \
|
||||||
| grep '_solo_dual$' \
|
| grep '_solo_dual$' \
|
||||||
| jq -R -s -c 'split("\n") | map(select(length > 0))')
|
| jq -R -s -c 'split("\n") | map(select(length > 0))')
|
||||||
|
|||||||
Reference in New Issue
Block a user