Skip to content

Commit

Permalink
accidental wrong rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
tejal29 committed Apr 22, 2019
1 parent be936d3 commit 20e2afc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/skaffold/runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,6 @@ func NewForConfig(opts *config.SkaffoldOptions, cfg *latest.SkaffoldConfig) (*Sk

func getBuilder(runCtx *runcontext.RunContext) (build.Builder, error) {
switch {
case runCtx.Plugin:
logrus.Debugln("Using builder plugins")
return plugin.NewPluginBuilder(runCtx)

case runCtx.Cfg.Build.LocalBuild != nil:
logrus.Debugln("Using builder: local")
return local.NewBuilder(runCtx)
Expand Down

0 comments on commit 20e2afc

Please sign in to comment.