You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/input/docs/reference/build-servers/buildkite.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ If you use [Buildkite][buildkite] then you will have to use GitVersion from the
10
10
## Gotchas
11
11
12
12
By default Buildkite calls `git fetch` with the flags `-v --prune` which can cause issues on new build agents since branches or tags might not be available locally on the build agent when GitVersion runs. This can be fixed by altering the [Buildkite agent configuration][configuration] either by:
13
-
- Setting the environment variable `BUILDKITE_GIT_FETCH_FLAGS` to `-v --tags`
14
-
- Setting configuration value `git-fetch-flags` to `-v --tags` in your agent configuration file
13
+
* Setting the environment variable `BUILDKITE_GIT_FETCH_FLAGS` to `-v --tags`
14
+
* Setting configuration value `git-fetch-flags` to `-v --tags` in your agent configuration file
15
15
16
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).
0 commit comments