Exclude migration-paths job when executing docs-only jobs

This commit is contained in:
Achilleas Pipinellis 2017-09-08 09:44:28 +02:00
parent bce1c50928
commit 77ccbe06ea

View file

@ -448,6 +448,7 @@ db:migrate:reset-mysql:
.migration-paths: &migration-paths
<<: *dedicated-runner
<<: *pull-cache
<<: *except-docs
stage: test
variables:
SETUP_DB: "false"