Apply suggestion to tools/ci/build_examples.sh

This commit is contained in:
He Yin Ling 2019-08-26 11:00:33 +08:00
parent 0a609be968
commit d5b0b36758

View file

@ -62,7 +62,7 @@ SDKCONFIG_DEFAULTS_CI=sdkconfig.ci
EXAMPLE_PATHS=$( find ${IDF_PATH}/examples/ -type f -name Makefile | grep -v "/build_system/cmake/" | sort )
if [ -z {CI_NODE_TOTAL} ]
if [ -z "${CI_NODE_TOTAL:-}" ]
then
START_NUM=0
END_NUM=999