summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-09-08 09:44:28 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-09-08 09:44:28 +0200
commit77ccbe06ea0762f393c3d4bd8d9824fca44acc8b (patch)
tree578c16c53f9bb6c762fe95cb6fd54f09628fb7d0
parentbce1c50928e4885d54dd11221a9c8197a7fb1a7d (diff)
downloadgitlab-ce-docs/exclude-migration-path-jobs.tar.gz
Exclude migration-paths job when executing docs-only jobsdocs/exclude-migration-path-jobs
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dadce073309..f27d809af3c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -448,6 +448,7 @@ db:migrate:reset-mysql:
.migration-paths: &migration-paths
<<: *dedicated-runner
<<: *pull-cache
+ <<: *except-docs
stage: test
variables:
SETUP_DB: "false"