Skip to content

Commit

Permalink
Remove broken source build request until we're ready to track builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jsierles committed Apr 22, 2022
1 parent 9bef981 commit fc51d01
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions internal/build/imgsrc/resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,6 @@ func (r *Resolver) BuildImage(ctx context.Context, streams *iostreams.IOStreams,
&builtinBuilder{},
}

input := api.StartSourceBuildInput{
AppID: opts.AppName,
}

terminal.Debugf("Reporting build")
_, err = r.apiClient.StartSourceBuild(ctx, input)

if err != nil {
terminal.Debugf("Failed storing build")
}
for _, s := range strategies {
terminal.Debugf("Trying '%s' strategy\n", s.Name())
img, err = s.Run(ctx, r.dockerFactory, streams, opts)
Expand Down

0 comments on commit fc51d01

Please sign in to comment.