Skip to content

Commit 72ae4cb

Browse files
authored
Remove mention of stage name capitalization
As of now, the build stage name is NOT in capitalized form but instead is copied verbatim from `stage`.
1 parent 0026f46 commit 72ae4cb

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
@@ -230,7 +230,7 @@ to tag the build, or to run post-build deployments.
230230
- `TRAVIS_SUDO`: `true` or `false` based on whether `sudo` is enabled.
231231
- `TRAVIS_TEST_RESULT`: **0** if all commands in the `script` section (up to the point this environment variable is referenced) have exited with zero; **1** otherwise.
232232
- `TRAVIS_TAG`: If the current build is for a git tag, this variable is set to the tag's name, otherwise it is empty (`""`).
233-
- `TRAVIS_BUILD_STAGE_NAME`: The [build stage](/user/build-stages/) in capitalized form, e.g. `Test` or `Deploy`. If a build does not use build stages, this variable is empty (`""`).
233+
- `TRAVIS_BUILD_STAGE_NAME`: The [build stage](/user/build-stages/). If a build does not use build stages, this variable is empty (`""`).
234234

235235
Language-specific builds expose additional environment variables representing
236236
the current version being used to run the build. Whether or not they're set

0 commit comments

Comments
 (0)