From 4e6dce7b04513fe82c34716f27fd48dfe7c5c6f1 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 12 Mar 2021 10:15:35 +0000 Subject: [PATCH] fix pipeline: attempt 5 --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index cff6eb1..87a373c 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -21,5 +21,6 @@ pipelines: # - go test tests/* -v 2>&1 | go-junit-report > test-reports/report.xml # Build compiles the packages - mkdir ./build + - go version - go mod tidy - go build -a -o ./build/ .