Tools: Remove trailing spaces of build_ci

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
Patrick José Pereira 2020-08-25 14:03:37 -03:00 committed by Peter Barker
parent 670e7272e2
commit 050334273e
1 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ for t in $CI_BUILD_TARGET; do
$waf AP_Periph
continue
fi
if [ "$t" == "CubeOrange-bootloader" ]; then
echo "Building CubeOrange bootloader"
$waf configure --board CubeOrange --bootloader
@ -175,7 +175,7 @@ for t in $CI_BUILD_TARGET; do
$waf plane
continue
fi
if [ "$t" == "iofirmware" ]; then
echo "Building iofirmware"
$waf configure --board iomcu