gitlab-ci: fix typo 'plaforms'

%s/plaforms/platforms/g

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
Heinrich Schuchardt 2019-10-06 12:26:16 +02:00 committed by Tom Rini
parent dac51e9aaf
commit a11cb57def
1 changed files with 4 additions and 4 deletions

View File

@ -59,7 +59,7 @@ stages:
fi;
fi;
build all 32bit ARM plaforms:
build all 32bit ARM platforms:
tags: [ 'all' ]
stage: world build
script:
@ -70,7 +70,7 @@ build all 32bit ARM plaforms:
exit $ret;
fi;
build all 64bit ARM plaforms:
build all 64bit ARM platforms:
tags: [ 'all' ]
stage: world build
script:
@ -84,7 +84,7 @@ build all 64bit ARM plaforms:
exit $ret;
fi;
build all PowerPC plaforms:
build all PowerPC platforms:
tags: [ 'all' ]
stage: world build
script:
@ -95,7 +95,7 @@ build all PowerPC plaforms:
exit $ret;
fi;
build all other plaforms:
build all other platforms:
tags: [ 'all' ]
stage: world build
script: