mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 18:31:00 +00:00
7e708874ae
Adjust pipeline-config to match [Terminology](https://woodpecker-ci.org/docs/next/usage/terminology)
7 lines
95 B
YAML
7 lines
95 B
YAML
steps:
|
|
build:
|
|
image: golang
|
|
commands:
|
|
- go test
|
|
|
|
runs_on: [ success, failure ]
|