Skip to content
Snippets Groups Projects
Commit a11cb57d authored by Heinrich Schuchardt's avatar Heinrich Schuchardt Committed by Tom Rini
Browse files

gitlab-ci: fix typo 'plaforms'


%s/plaforms/platforms/g

Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
parent dac51e9a
No related branches found
No related tags found
No related merge requests found
...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment