Skip to content

Commit ab833fd

Browse files
authored
only TARGET="esp32"
1 parent f94d7be commit ab833fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if ! [ -x "$(command -v git)" ]; then
1010
exit 1
1111
fi
1212

13-
TARGET="all"
13+
TARGET="esp32"
1414
BUILD_TYPE="all"
1515
SKIP_ENV=0
1616
COPY_OUT=0
@@ -177,7 +177,7 @@ for target_json in `jq -c '.targets[]' configs/builds.json`; do
177177
done
178178

179179
# archive the build
180-
if [ "$TARGET" = "all" ] && [ "$BUILD_TYPE" = "all" ]; then
180+
if [ "$BUILD_TYPE" = "all" ]; then
181181
./tools/archive-build.sh
182182
if [ $? -ne 0 ]; then exit 1; fi
183183
fi

0 commit comments

Comments
 (0)