mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-10 18:31:20 +02:00
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
8 lines
97 B
YAML
8 lines
97 B
YAML
platform: linux/amd64
|
|
|
|
pipeline:
|
|
build:
|
|
image: golang:latest
|
|
commands:
|
|
- go test
|