Skip to content

Commit 4e15adb

Browse files
committed
Stop failing if no esptool section for board
1 parent 5ddf1e2 commit 4e15adb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-offline.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,7 @@ jobs:
222222
run: |
223223
# check ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashMode}} is not empty
224224
if [ -z "${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashMode}}" ]; then
225-
echo "Error: esptool.flashMode is not set in board definition."
226-
exit 1
225+
echo "Error: esptool.flashMode is not set in board definition, using KEEP for all settings."
227226
fi
228227
BOARD_NAME="${{fromJson(steps.get_board_json.outputs.boardJson).bootloaderBoardName}}"
229228
for attempt in 1 2; do

0 commit comments

Comments
 (0)