Skip to content

Commit 925ff8c

Browse files
author
Aiden Haak
committed
Fix list-item indents
1 parent 1a2bd5a commit 925ff8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ If you use [Buildkite][buildkite] then you will have to use GitVersion from the
1010
## Gotchas
1111

1212
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
1515

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

0 commit comments

Comments
 (0)