Browse Source

Remove non-stable builds from automatic builder

fastled
Xose Pérez 7 years ago
parent
commit
ecf542a2be
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/build.sh

+ 1
- 1
code/build.sh View File

@ -5,7 +5,7 @@ echo "--------------------------------------------------------------"
echo "ESPURNA FIRMWARE BUILDER"
# Available environments
available=`cat platformio.ini | grep env: | grep -v ota | sed 's/\[env://' | sed 's/\]/ /' | sort`
available=`cat platformio.ini | grep env: | grep -v ota | grep -v ssl | sed 's/\[env://' | sed 's/\]/ /' | sort`
environments=$@
if [ "$environments" == "list" ]; then
echo "--------------------------------------------------------------"


Loading…
Cancel
Save