mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-24 00:57:05 +01:00
Remove non-stable builds from automatic builder
This commit is contained in:
@@ -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 "--------------------------------------------------------------"
|
||||
|
||||
Reference in New Issue
Block a user