Move away from multi-pipeline
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Torjus Håkestad 2022-01-10 13:19:48 +01:00
parent 2663403290
commit 4a1e4cdf50
2 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,12 @@
pipeline: pipeline:
test_short:
image: golang:latest
commands:
- go build main.go
- go test -v ./...
when:
event: [pull_request]
release-latest: release-latest:
image: plugins/docker image: plugins/docker
settings: settings:

View File

@ -1,8 +0,0 @@
pipeline:
test_short:
image: golang:latest
commands:
- go build main.go
- go test -v ./...
when:
event: [pull_request]