removed typo
This commit is contained in:
parent
9583c9fa5e
commit
4ceceae6a7
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user