Skip to content

Commit b9d6a24

Browse files
authored
Remove unused bricks causing errors
1 parent 372abff commit b9d6a24

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/release-changelog.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,7 @@ jobs:
8888
export MICROPY_GIT_TAG=ci-release-${{ github.run_number }}-${TAG}
8989
export MICROPY_GIT_HASH=$(echo ${{ github.sha }} | cut -c1-8)
9090
poetry run make $MAKEOPTS -C micropython/mpy-cross
91-
# poetry run make $MAKEOPTS -C bricks/movehub
92-
# poetry run make $MAKEOPTS -C bricks/cityhub
93-
# poetry run make $MAKEOPTS -C bricks/technichub
9491
poetry run make $MAKEOPTS -C bricks/primehub
95-
# poetry run make $MAKEOPTS -C bricks/essentialhub
96-
# poetry run make $MAKEOPTS -C bricks/nxt
9792
poetry run make $MAKEOPTS -C bricks/ev3
9893
9994
- name: Create Release and Upload Assets
@@ -111,7 +106,7 @@ jobs:
111106
fi
112107
113108
# Rename and collect firmware assets
114-
HUBS="movehub cityhub technichub primehub essentialhub nxt ev3"
109+
HUBS="primehub ev3"
115110
ASSETS=""
116111
for HUB in $HUBS; do
117112
NEW_FILENAME="./bricks/$HUB/build/pybricks-$HUB-$TAG.zip"

0 commit comments

Comments
 (0)