Skip to content
Snippets Groups Projects

Improve support for `git clean`

Merged Kamil Trzciński requested to merge do-clean-after-checkout into master
1 unresolved thread
@@ -930,7 +930,7 @@ func TestBuildWithGitCleanFlags(t *testing.T) {
build.Variables = append(build.Variables, []common.JobVariable{
common.JobVariable{Key: "GIT_STRATEGY", Value: "fetch"},
common.JobVariable{Key: "GIT_CLEAN_FLAGS", Value: "-ffdx -e excluded_file"}}...)
common.JobVariable{Key: "GIT_CLEAN_FLAGS", Value: "-ffdx cleanup_file"}}...)
// Run build and save file
err = runBuild(t, build)
Loading