diff --git a/bootstrap/config.go b/bootstrap/config.go index ddc63daa5c..823742a761 100644 --- a/bootstrap/config.go +++ b/bootstrap/config.go @@ -68,7 +68,7 @@ type Config struct { GitFetchFlags string `env:"BUILDKITE_GIT_FETCH_FLAGS"` // Flags to pass to "git clone" command for mirroring - GitCloneMirrorFlags string + GitCloneMirrorFlags string `env:"BUILDKITE_GIT_CLONE_MIRROR_FLAGS"` // Flags to pass to "git clean" command GitCleanFlags string `env:"BUILDKITE_GIT_CLEAN_FLAGS"`