From 0550f2a5e7d8a7ed65632190b8febe2a9e01d6a0 Mon Sep 17 00:00:00 2001 From: Simon Welsh Date: Thu, 23 Jun 2016 20:09:54 +1000 Subject: Add support for "skip ci" too --- doc/ci/yaml/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/ci') diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index ca3bf37f8ad..d2d1b04f893 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -1034,8 +1034,8 @@ You can find the link under `/ci/lint` of your gitlab instance. ## Skipping builds -If your commit message contains `[ci skip]`, using any capitalization, the -commit will be created but the builds will be skipped. +If your commit message contains `[ci skip]` or `[skip ci]`, using any +capitalization, the commit will be created but the builds will be skipped. ## Examples -- cgit v1.2.1