Skip to content

Commit 4369845

Browse files
authored
Merge pull request #3077 from arturcic/feature/update-buildkite-docs
Include missing env var in Buildkite docs
2 parents 54c1ed0 + f37f69e commit 4369845

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/input/docs/reference/build-servers/buildkite.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ By default Buildkite calls `git fetch` with the flags `-v --prune` which can cau
1313
* Setting the environment variable `BUILDKITE_GIT_FETCH_FLAGS` to `-v --tags`
1414
* Setting configuration value `git-fetch-flags` to `-v --tags` in your agent configuration file
1515

16-
If you are running GitVersion in a docker container make sure to propogate the `BUILDKITE` and `BUILDKITE_BRANCH` environment variables (c.f. example below).
16+
If you are running GitVersion in a docker container make sure to propagate the `BUILDKITE`, `BUILDKITE_BRANCH`, and `BUILDKITE_PULL_REQUEST` environment variables (c.f. example below).
1717

1818
## Example
1919

@@ -32,6 +32,7 @@ steps:
3232
environment:
3333
- "BUILDKITE"
3434
- "BUILDKITE_BRANCH"
35+
- "BUILDKITE_PULL_REQUEST"
3536

3637
- wait
3738

0 commit comments

Comments
 (0)