summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTracey Jaquith <tracey@archive.org>2018-07-22 01:21:21 +0000
committerTracey Jaquith <tracey@archive.org>2018-07-22 01:21:21 +0000
commit4f67741eb2c81a2501c26f054f2af83d5c6fc582 (patch)
treeef45f2826af4d3d19a6b0b624a89ac9387f6264d
parent4271f448c85f6a3dc50728a4b77d7d57474bac6f (diff)
downloadgitlab-ce-4f67741eb2c81a2501c26f054f2af83d5c6fc582.tar.gz
Minor typo fix CODE_QUALITY seems to have a `_` in it in .gitlab-ci.yml default templates, and to wit, without `_` seems to have no effect
-rw-r--r--doc/topics/autodevops/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md
index de1d366adc3..f5574506595 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -591,7 +591,7 @@ also be customized, and you can easily use a [custom buildpack](#custom-buildpac
| `CANARY_ENABLED` | From GitLab 11.0, this variable can be used to define a [deploy policy for canary environments](#deploy-policy-for-canary-environments). |
| `INCREMENTAL_ROLLOUT_ENABLED`| From GitLab 10.8, this variable can be used to enable an [incremental rollout](#incremental-rollout-to-production) of your application for the production environment. |
| `TEST_DISABLED` | From GitLab 11.0, this variable can be used to disable the `test` job. If the variable is present, the job will not be created. |
-| `CODEQUALITY_DISABLED` | From GitLab 11.0, this variable can be used to disable the `codequality` job. If the variable is present, the job will not be created. |
+| `CODE_QUALITY_DISABLED` | From GitLab 11.0, this variable can be used to disable the `codequality` job. If the variable is present, the job will not be created. |
| `SAST_DISABLED` | From GitLab 11.0, this variable can be used to disable the `sast` job. If the variable is present, the job will not be created. |
| `DEPENDENCY_SCANNING_DISABLED` | From GitLab 11.0, this variable can be used to disable the `dependency_scanning` job. If the variable is present, the job will not be created. |
| `CONTAINER_SCANNING_DISABLED` | From GitLab 11.0, this variable can be used to disable the `sast:container` job. If the variable is present, the job will not be created. |