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