@@ -88,7 +88,7 @@ the Pull Request originated.
88
88
| [ Bamboo] ( https://confluence.atlassian.com/bamboo/bamboo-variables-289277087.html ) | ` bamboo ` | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | :x : | :x : | :x : | :x : | :white_check_mark : |
89
89
| [ Bitbucket] ( https://confluence.atlassian.com/bitbucket/environment-variables-794502608.html ) | ` bitbucket ` | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | :x : | :x : | :x : | :x : | :white_check_mark : | :white_check_mark : |
90
90
| [ Bitrise] ( https://devcenter.bitrise.io/builds/available-environment-variables/#exposed-by-bitriseio ) | ` bitrise ` | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | :x : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : |
91
- | [ Buddy] ( https://buddy.works/knowledge/deployments/how-use-environment-variables#default-environment-variables ) | ` buddy ` | :white_check_mark : | [ : warning : ] ( #buddy ) | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | :x : | :white_check_mark : | :white_check_mark : | :x : | :white_check_mark : | :x : |
91
+ | [ Buddy] ( https://buddy.works/knowledge/deployments/how-use-environment-variables#default-environment-variables ) | ` buddy ` | :white_check_mark : | : white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | :x : | :white_check_mark : | :white_check_mark : | :x : | :white_check_mark : | :x : |
92
92
| [ Buildkite] ( https://buildkite.com/docs/builds/environment-variables ) | ` buildkite ` | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | :x : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : |
93
93
| [ CircleCI] ( https://circleci.com/docs/2.0/env-vars/#built-in-environment-variables ) | ` circleci ` | :white_check_mark : | [ :warning : ] ( #circleci ) | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : |
94
94
| [ Cirrus CI] ( https://cirrus-ci.org/guide/writing-tasks/#environment-variables ) | ` cirrus ` | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : |
@@ -164,17 +164,6 @@ detached `HEAD` to determine the branch from which the detached `HEAD` was creat
164
164
In the rare case where there is multiple remote branches with the same ` HEAD ` as the local detached ` HEAD ` , ` env-ci `
165
165
will arbitrarily pick the first one. This can lead to an inaccurate ` branch ` value in such circumstances.
166
166
167
- ### Buddy
168
-
169
- For builds triggered when [ a Pull Request is opened/updated] ( https://buddy.works/knowledge/deployments/pull-requests ) ,
170
- Buddy doesn't provide an environment variable indicating the branch from which the Pull Request originated nor the
171
- target branch. It also build from a branch named ` pull/<PR number> ` so the target branch cannot be determined with
172
- a ` git ` command.
173
- Therefore, in the case of Pull Request builds, ` env-ci ` will not be able to determine the ` branch ` and ` prBranch `
174
- properties.
175
-
176
- See [ feature request] ( https://forum.buddy.works/t/determine-pull-request-branch-with-environment-variable/911 ) .
177
-
178
167
### CircleCI
179
168
180
169
For builds triggered when a Pull Request is opened/updated, CircleCI doesn't provide an environment variable indicating
0 commit comments