Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
smarterclayton committed Oct 19, 2015
1 parent fe5fbf3 commit c99699a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/build/strategies/onbuild/onbuild.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ func New(config *api.Config, overrides build.Overrides) (*OnBuild, error) {
&ignore.DockerIgnorer{},
}

b.source = onBuildSourceHandler{downloader, s, &ignore.DockerIgnorer{}}
b.garbage = &build.DefaultCleaner{b.fs, b.docker}
return b, nil
}
Expand Down

0 comments on commit c99699a

Please sign in to comment.