From 0974e0003197c59d997332f696b76a5f457b3388 Mon Sep 17 00:00:00 2001 From: Tim Lucas Date: Fri, 18 Mar 2016 19:06:23 +1100 Subject: [PATCH] Make sure we initialize the GitCleanFlags --- clicommand/bootstrap.go | 1 + 1 file changed, 1 insertion(+) diff --git a/clicommand/bootstrap.go b/clicommand/bootstrap.go index f39cca4f0e..3b859ff3e0 100644 --- a/clicommand/bootstrap.go +++ b/clicommand/bootstrap.go @@ -232,6 +232,7 @@ var BootstrapCommand = cli.Command{ Plugins: cfg.Plugins, GitSubmodules: cfg.GitSubmodules, PullRequest: cfg.PullRequest, + GitCleanFlags: cfg.GitCleanFlags, AgentName: cfg.AgentName, PipelineProvider: cfg.PipelineProvider, PipelineSlug: cfg.PipelineSlug,