fix pipeline: attempt 2
This commit is contained in:
parent
daa41ceeb5
commit
41839e0186
@ -16,7 +16,7 @@ pipelines:
|
|||||||
- go test tests/* -v 2>&1 | go-junit-report > test-reports/report.xml
|
- go test tests/* -v 2>&1 | go-junit-report > test-reports/report.xml
|
||||||
# Build compiles the packages
|
# Build compiles the packages
|
||||||
- mkdir ./build
|
- mkdir ./build
|
||||||
- go build -o ./build/ ./*.go
|
- go build -o ./build/ ./projector.go
|
||||||
- step:
|
- step:
|
||||||
name: Lint code
|
name: Lint code
|
||||||
image: golangci/golangci-lint:v1.31.0
|
image: golangci/golangci-lint:v1.31.0
|
||||||
|
Loading…
Reference in New Issue
Block a user