fix pipeline: attempt 2

This commit is contained in:
Greg Gauthier 2021-03-12 09:25:27 +00:00
parent daa41ceeb5
commit 41839e0186
1 changed files with 1 additions and 1 deletions

View File

@ -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