Various fixes for CI workflow

This commit is contained in:
Ben Lye
2020-12-21 13:45:36 +00:00
parent b943bae8dd
commit c77b4af2a0
9 changed files with 21 additions and 11 deletions

View File

@@ -54,7 +54,6 @@ buildProtocol() {
}
buildEachProtocol() {
getAllProtocols;
exitcodesum=0;
for PROTOCOL in $ALL_PROTOCOLS ; do
printf "\e[33;1mBuilding $PROTOCOL\e[0m\n";
@@ -74,7 +73,6 @@ buildRFModule() {
}
buildEachRFModule() {
getAllRFModules;
exitcodesum=0;
for RFMODULE in $ALL_RFMODULES; do
printf "\e[33;1mBuilding $RFMODULE\e[0m\n";