summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2019-10-06 12:26:16 +0200
committerTom Rini <trini@konsulko.com>2019-10-06 15:20:52 -0400
commita11cb57defa9fbf24a6ab5d729cecc84d2cf2db9 (patch)
tree4ba64501593f812ed9fcf9e10770abb216a3a26f /.gitlab-ci.yml
parentdac51e9aaf6fd38298007b266feb6a80e9ec91ee (diff)
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>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a1c5b4fc76..0c4343468d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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: