From ecf542a2bef33c9c3a004e7ecaaa97fc894d16c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Sun, 26 Nov 2017 06:27:11 +0100 Subject: [PATCH] Remove non-stable builds from automatic builder --- code/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/build.sh b/code/build.sh index 2dcc0fb4..de85f451 100755 --- a/code/build.sh +++ b/code/build.sh @@ -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 "--------------------------------------------------------------"