提交 a11cb57d 编写于 作者: H Heinrich Schuchardt 提交者: Tom Rini

gitlab-ci: fix typo 'plaforms'

%s/plaforms/platforms/g
Signed-off-by: NHeinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: NBin Meng <bmeng.cn@gmail.com>
上级 dac51e9a
...@@ -59,7 +59,7 @@ stages: ...@@ -59,7 +59,7 @@ stages:
fi; fi;
fi; fi;
build all 32bit ARM plaforms: build all 32bit ARM platforms:
tags: [ 'all' ] tags: [ 'all' ]
stage: world build stage: world build
script: script:
...@@ -70,7 +70,7 @@ build all 32bit ARM plaforms: ...@@ -70,7 +70,7 @@ build all 32bit ARM plaforms:
exit $ret; exit $ret;
fi; fi;
build all 64bit ARM plaforms: build all 64bit ARM platforms:
tags: [ 'all' ] tags: [ 'all' ]
stage: world build stage: world build
script: script:
...@@ -84,7 +84,7 @@ build all 64bit ARM plaforms: ...@@ -84,7 +84,7 @@ build all 64bit ARM plaforms:
exit $ret; exit $ret;
fi; fi;
build all PowerPC plaforms: build all PowerPC platforms:
tags: [ 'all' ] tags: [ 'all' ]
stage: world build stage: world build
script: script:
...@@ -95,7 +95,7 @@ build all PowerPC plaforms: ...@@ -95,7 +95,7 @@ build all PowerPC plaforms:
exit $ret; exit $ret;
fi; fi;
build all other plaforms: build all other platforms:
tags: [ 'all' ] tags: [ 'all' ]
stage: world build stage: world build
script: script:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册