mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-19 00:11:16 +00:00
7e708874ae
Adjust pipeline-config to match [Terminology](https://woodpecker-ci.org/docs/next/usage/terminology)
10 lines
129 B
YAML
10 lines
129 B
YAML
labels:
|
|
location: europe
|
|
weather: sun
|
|
hostname: ""
|
|
|
|
steps:
|
|
build:
|
|
image: golang:latest
|
|
commands:
|
|
- go test
|