From 41839e01860871b226e8d5f2c62a5f1848208897 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 12 Mar 2021 09:25:27 +0000 Subject: [PATCH] fix pipeline: attempt 2 --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index c8e1418..fb89914 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -16,7 +16,7 @@ pipelines: - go test tests/* -v 2>&1 | go-junit-report > test-reports/report.xml # Build compiles the packages - mkdir ./build - - go build -o ./build/ ./*.go + - go build -o ./build/ ./projector.go - step: name: Lint code image: golangci/golangci-lint:v1.31.0