exclude release target from auto builds

This commit is contained in:
Paul
2019-11-08 09:47:10 +01:00
parent f8e3261033
commit 750198827c

View File

@@ -134,7 +134,7 @@ fi
travis=$(list_envs | grep travis | sort)
# get all taregts, excluding travis and debug
available=$(list_envs | grep -Ev -- 'travis|debug' | sort)
available=$(list_envs | grep -Ev -- 'travis|debug|release' | sort)
export PLATFORMIO_BUILD_FLAGS="${PLATFORMIO_BUILD_FLAGS}"