mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-08 18:19:37 +00:00
7e708874ae
Adjust pipeline-config to match [Terminology](https://woodpecker-ci.org/docs/next/usage/terminology)
10 lines
106 B
YAML
10 lines
106 B
YAML
steps:
|
|
deploy:
|
|
image: golang
|
|
commands:
|
|
- go test
|
|
|
|
depends_on:
|
|
- lint
|
|
- build
|
|
- test
|