summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-04-27 14:21:44 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-04-28 12:08:50 +0200
commit8b4a726d2d1f6f81c3b30872195e35aee9cd5aad (patch)
tree1a0a3361bf3a8c70ee725f21e149c294ea29f05c /.gitlab-ci.yml
parent0f327e02d84f2bf0575fc6fec07bcb0ea4bcb964 (diff)
downloadgitlab-ce-8b4a726d2d1f6f81c3b30872195e35aee9cd5aad.tar.gz
Document the process of docs only changesdocs/make-ci-run-only-for-doc-changes
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e30dd93e860..e911d7e5b89 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,11 +68,12 @@ stages:
- //@gitlab-org/gitlab-ee
- //@gitlab/gitlab-ee
-# Skip all jobs except the ones that begin with 'docs/', for commits
-# including ONLY doc changes inside the 'doc/` directory.
+# Skip all jobs except the ones that begin with 'docs/'.
+# Used for commits including ONLY documentation changes.
+# https://docs.gitlab.com/ce/development/writing_documentation.html#testing
.except-docs: &except-docs
except:
- - /^docs\/*/
+ - /^docs\/.*/
.rspec-knapsack: &rspec-knapsack
stage: test