Move away from multi-pipeline
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
2663403290
commit
4a1e4cdf50
@ -1,4 +1,12 @@
|
||||
pipeline:
|
||||
test_short:
|
||||
image: golang:latest
|
||||
commands:
|
||||
- go build main.go
|
||||
- go test -v ./...
|
||||
when:
|
||||
event: [pull_request]
|
||||
|
||||
release-latest:
|
||||
image: plugins/docker
|
||||
settings:
|
@ -1,8 +0,0 @@
|
||||
pipeline:
|
||||
test_short:
|
||||
image: golang:latest
|
||||
commands:
|
||||
- go build main.go
|
||||
- go test -v ./...
|
||||
when:
|
||||
event: [pull_request]
|
Loading…
Reference in New Issue
Block a user