From 4ceceae6a7016cee5cc0787ef95217c4011281b7 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 31 Oct 2022 01:48:32 +0100 Subject: [PATCH] removed typo --- pkg/pipelines/golang-bin.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkg/pipelines/golang-bin.go b/pkg/pipelines/golang-bin.go index dc31535..91bfe42 100644 --- a/pkg/pipelines/golang-bin.go +++ b/pkg/pipelines/golang-bin.go @@ -100,11 +100,11 @@ func (p *Pipeline) WithGolangBin(opts *GolangBinOpts) *Pipeline { return nil }, }, - byg.Step{ - Execute: func(_ byg.Context) error { - return golang.Test(ctx, build) - }, - }, + //byg.Step{ + // Execute: func(_ byg.Context) error { + // return golang.Test(ctx, build) + // }, + //}, ). Step( "upload-image",