Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/input/docs/reference/build-servers/buildkite.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ By default Buildkite calls `git fetch` with the flags `-v --prune` which can cau
* Setting the environment variable `BUILDKITE_GIT_FETCH_FLAGS` to `-v --tags`
* Setting configuration value `git-fetch-flags` to `-v --tags` in your agent configuration file

If you are running GitVersion in a docker container make sure to propogate the `BUILDKITE` and `BUILDKITE_BRANCH` environment variables (c.f. example below).
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).

## Example

Expand All @@ -32,6 +32,7 @@ steps:
environment:
- "BUILDKITE"
- "BUILDKITE_BRANCH"
- "BUILDKITE_PULL_REQUEST"

- wait

Expand Down