Skip to content

Commit f33a753

Browse files
committed
Merge branch 'docs-civariables-mr' into 'master'
Docs: CI predefined variables: push request -> MR See merge request gitlab-org/gitlab-ce!31711
2 parents 6b81f53 + c19b32e commit f33a753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/ci/variables/predefined_variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ future GitLab releases.**
3030
| `CI_BUILDS_DIR` | all | 11.10 | Top-level directory where builds are executed. |
3131
| `CI_CONCURRENT_ID` | all | 11.10 | Unique ID of build execution within a single executor. |
3232
| `CI_CONCURRENT_PROJECT_ID` | all | 11.10 | Unique ID of build execution within a single executor and project. |
33-
| `CI_COMMIT_BEFORE_SHA` | 11.2 | all | The previous latest commit present on a branch before a push request. Only populated when there is a merge request associated with the pipeline. |
33+
| `CI_COMMIT_BEFORE_SHA` | 11.2 | all | The previous latest commit present on a branch before a merge request. Only populated when there is a merge request associated with the pipeline. |
3434
| `CI_COMMIT_DESCRIPTION` | 10.8 | all | The description of the commit: the message without first line, if the title is shorter than 100 characters; full message in other case. |
3535
| `CI_COMMIT_MESSAGE` | 10.8 | all | The full commit message. |
3636
| `CI_COMMIT_REF_NAME` | 9.0 | all | The branch or tag name for which project is built |

0 commit comments

Comments
 (0)