Skip to content

Commit 064df1d

Browse files
remark to environment-variables.md - cucstom commit message
Make it clear that $TRAVIS_COMMIT_MESSAGE is not the same as Custom Commit Message
1 parent ce1f33f commit 064df1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ to tag the build, or to run post-build deployments.
195195
- `TRAVIS_BUILD_NUMBER`: The number of the current build (for example, "4").
196196
- `TRAVIS_BUILD_WEB_URL`: URL to the build log.
197197
- `TRAVIS_COMMIT`: The commit that the current build is testing.
198-
- `TRAVIS_COMMIT_MESSAGE`: The commit subject and body, unwrapped.
198+
- `TRAVIS_COMMIT_MESSAGE`: The commit subject and body, unwrapped. PLEASE NOTE: This is not the same as *Custom Commit Message*.
199199
- `TRAVIS_COMMIT_RANGE`: The range of commits that were included in the push
200200
or pull request. (Note that this is empty for builds triggered by the initial commit of a new branch.)
201201
- `TRAVIS_COMPILER`: Indicates the compiler used by the current job (e.g., `clang`, `gcc`).

0 commit comments

Comments
 (0)