summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathijs de Kruyf <hpmdekruyf+gitlab@gmail.com>2018-01-24 12:03:12 +0000
committerMathijs de Kruyf <hpmdekruyf+gitlab@gmail.com>2018-01-24 12:03:12 +0000
commit8a852dee62bdd34ca2f484a8f6767663fdb2416f (patch)
treeda56a3b2b75710101ddaa5afd222712c887ffee9
parente2a56af930f9f7d17a6a9b638f52007a60e4cc60 (diff)
downloadgitlab-ce-8a852dee62bdd34ca2f484a8f6767663fdb2416f.tar.gz
Fix typo in `.gitlab-ci.yml` heading
-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.