mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 10:21:00 +00:00
e79ad00826
Officially support labels for pipelines and agents to improve pipeline picking. * add pipeline labels * update, improve docs and add migration * update proto file --- closes #304 & #860
7 lines
97 B
YAML
7 lines
97 B
YAML
platform: linux/amd64
|
|
|
|
pipeline:
|
|
build:
|
|
image: golang:latest
|
|
commands:
|
|
- go test
|