Skip to content

Commit

Permalink
ESP32: Fixes for CI esp32 build (#7910)
Browse files Browse the repository at this point in the history
  • Loading branch information
sweetymhaiske authored and pull[bot] committed Jul 15, 2021
1 parent 209d116 commit d50833d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/examples/esp_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ for sdkconfig in "$root"/sdkconfig*.defaults; do
(
cd "$root"
idf.py -D SDKCONFIG_DEFAULTS="$sdkconfig_name" build
)
(
cd "$root"
idf.py build "$@"
) || {
echo "build $sdkconfig_name failed"
exit 1
Expand Down

0 comments on commit d50833d

Please sign in to comment.