removed typo

This commit is contained in:
Kasper Juul Hermansen 2022-10-31 01:48:32 +01:00
parent 9583c9fa5e
commit 4ceceae6a7
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -100,11 +100,11 @@ func (p *Pipeline) WithGolangBin(opts *GolangBinOpts) *Pipeline {
return nil return nil
}, },
}, },
byg.Step{ //byg.Step{
Execute: func(_ byg.Context) error { // Execute: func(_ byg.Context) error {
return golang.Test(ctx, build) // return golang.Test(ctx, build)
}, // },
}, //},
). ).
Step( Step(
"upload-image", "upload-image",