summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2018-01-24 15:47:59 +0000
committerRobert Speicher <robert@gitlab.com>2018-01-24 15:47:59 +0000
commit59a13575a1188e0557e60e2ed9eb33bf254714b5 (patch)
treebafa2a8e7a2b9f2c5c753473307cb9cfc78ac746
parent9f5390d81d63ae4186554aced85094a4b08e1aff (diff)
parent8a852dee62bdd34ca2f484a8f6767663fdb2416f (diff)
downloadgitlab-ce-59a13575a1188e0557e60e2ed9eb33bf254714b5.tar.gz
Merge branch 'patch-28' into 'master'
Fix typo in `.gitlab-ci.yml` heading See merge request gitlab-org/gitlab-ce!16668
-rw-r--r--doc/ci/variables/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md
index 06f69938aae..598a7515b01 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -110,7 +110,7 @@ future GitLab releases.**
| `CI_BUILD_MANUAL` | `CI_JOB_MANUAL` |
| `CI_BUILD_TOKEN` | `CI_JOB_TOKEN` |
-## `.gitlab-ci.yaml` defined variables
+## `.gitlab-ci.yml` defined variables
>**Note:**
This feature requires GitLab Runner 0.5.0 or higher and GitLab CI 7.14 or higher.