Skip to content

Commit 58c95e0

Browse files
authored
Merge pull request #3016 from gregnavis/patch-1
Remove mention of stage name capitalization
2 parents 9d40547 + 6b5c520 commit 58c95e0

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)