summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2019-04-23 02:01:08 +0000
committerShinya Maeda <shinya@gitlab.com>2019-04-23 02:01:08 +0000
commit3b9f56325e1aa2d37ded5a9cd2e505835842e643 (patch)
treec1bbd7a9b8bcb74aaaafdadd92cc001311c76644
parent721818914f528eb531d4a29d5d8ee692f96d92db (diff)
downloadgitlab-ce-docs-add-note-pipelines-for-mr-variable.tar.gz
Update doc/ci/merge_request_pipelines/index.mddocs-add-note-pipelines-for-mr-variable
-rw-r--r--doc/ci/merge_request_pipelines/index.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/ci/merge_request_pipelines/index.md b/doc/ci/merge_request_pipelines/index.md
index 6e150d304c9..a9a703f390d 100644
--- a/doc/ci/merge_request_pipelines/index.md
+++ b/doc/ci/merge_request_pipelines/index.md
@@ -197,4 +197,7 @@ You can find the list of avilable variables in [the reference sheet](../variable
The variable names begin with the `CI_MERGE_REQUEST_` prefix.
NOTE: **NOTE**:
-- The predefined variable `CI_COMMIT_REF_NAME` might misbehave in your job because it points to a merge request's ref such as `refs/merge-requests/:iid/merge` or `refs/merge-requests/:iid/head` intead of a source branch name such as `feature-1`. In order to correctly look up a source branch name, please use `CI_MERGE_REQUEST_SOURCE_BRANCH_NAME` instead. \ No newline at end of file
+The predefined variable `CI_COMMIT_REF_NAME` might misbehave in your job because it points to a merge
+request's ref such as `refs/merge-requests/:iid/merge` or `refs/merge-requests/:iid/head` instead of a
+source branch name such as `feature-1`. In order to correctly look up a source branch name, please use
+`CI_MERGE_REQUEST_SOURCE_BRANCH_NAME` instead. \ No newline at end of file