You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/ci/variables/predefined_variables.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ future GitLab releases.**
30
30
|`CI_BUILDS_DIR`| all | 11.10 | Top-level directory where builds are executed. |
31
31
|`CI_CONCURRENT_ID`| all | 11.10 | Unique ID of build execution within a single executor. |
32
32
|`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. |
34
34
|`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. |
35
35
|`CI_COMMIT_MESSAGE`| 10.8 | all | The full commit message. |
36
36
|`CI_COMMIT_REF_NAME`| 9.0 | all | The branch or tag name for which project is built |
0 commit comments