From cd2617b9766cdb42cd38464a61332d85d087bb53 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 12 Mar 2021 10:19:38 +0000 Subject: [PATCH] fix pipeline: attempt 6 --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 87a373c..ca366e0 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -23,4 +23,4 @@ pipelines: - mkdir ./build - go version - go mod tidy - - go build -a -o ./build/ . + - go build -a -v -n -o ./build/ .