diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-09-08 09:44:28 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-09-08 09:44:28 +0200 |
commit | 77ccbe06ea0762f393c3d4bd8d9824fca44acc8b (patch) | |
tree | 578c16c53f9bb6c762fe95cb6fd54f09628fb7d0 | |
parent | bce1c50928e4885d54dd11221a9c8197a7fb1a7d (diff) | |
download | gitlab-ce-77ccbe06ea0762f393c3d4bd8d9824fca44acc8b.tar.gz |
Exclude migration-paths job when executing docs-only jobsdocs/exclude-migration-path-jobs
-rw-r--r-- | .gitlab-ci.yml | 1 |
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" |