Skip to content

Commit 1a5d694

Browse files
committed
Remove fallback script as 1.9.0 has been released
This will avoid misalignment. Signed-off-by: Frederic Pillon <[email protected]>
1 parent 34cfb9d commit 1a5d694

File tree

5 files changed

+2
-989
lines changed

5 files changed

+2
-989
lines changed

compile-examples/entrypoint.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,10 @@ else
7878
fi
7979
fi
8080

81-
# arduino-cli.py will be available on core version 1.9.0
82-
# Fallback to the embedded one if not exists
8381
# Check if arduino-cli.py available
8482
if [ ! -f "$SCRIPT_PATH/arduino-cli.py" ]; then
85-
SCRIPT_PATH="/scripts"
83+
echo -e "\e[31;1marduino-cli.py could not be found!\e[0m"
84+
exit 1
8685
fi
8786

8887
# Build all examples

compile-examples/scripts/.flake8

-2
This file was deleted.

0 commit comments

Comments
 (0)