diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2017-12-05 16:40:14 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-12-05 16:40:14 +0100 |
commit | 4d025f2d7e587d067007c5e8d3b594811e91067b (patch) | |
tree | 23844544a218a7a0534aa7284de250c1d642a66f /.gitlab-ci.yml | |
parent | ca95ee6264325efdd62890c320f8dd4b40657432 (diff) | |
download | gitlab-ce-4d025f2d7e587d067007c5e8d3b594811e91067b.tar.gz |
Do not run qa:internal for docs only changes
Diffstat (limited to '.gitlab-ci.yml')
-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 60a2b5d5b5b..19540e4331e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -586,6 +586,7 @@ codequality: paths: [codeclimate.json] qa:internal: + <<: *except-docs stage: test variables: SETUP_DB: "false" |