summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Chia <wchia@gitlab.com>2019-09-10 18:56:32 +0000
committerWilliam Chia <wchia@gitlab.com>2019-09-10 18:56:32 +0000
commit98310b5b9a4f7da77b121cd64257b885483be5fb (patch)
tree134c33fff9feb487d1cc6661a1bef401cb581257
parent8e2e97f4aeb486a3a7f20ba86bb462818b676a4b (diff)
downloadgitlab-ce-williamchia-master-patch-44268.tar.gz
remove trailing spaceswilliamchia-master-patch-44268
-rw-r--r--doc/topics/autodevops/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md
index f7c251946c7..0cbd85fc568 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -783,14 +783,14 @@ that way if you want to specifically remove any part of it.
### Using components of Auto DevOps
If you only require a subset of the features offered by Auto DevOps, you can include
-individual Auto DevOps jobs into your own `.gitlab-ci.yml`. Each component job relies
+individual Auto DevOps jobs into your own `.gitlab-ci.yml`. Each component job relies
on a stage that should be defined in the `.gitlab-ci.yml` that includes the template.
For example, to make use of [Auto Build](#auto-build), you can add the following to
your `.gitlab-ci.yml`:
```yaml
-stages:
+stages:
- build
include: