mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 18:31:00 +00:00
11 lines
132 B
YAML
11 lines
132 B
YAML
|
labels:
|
||
|
location: europe
|
||
|
weather: sun
|
||
|
hostname: ""
|
||
|
|
||
|
pipeline:
|
||
|
build:
|
||
|
image: golang:latest
|
||
|
commands:
|
||
|
- go test
|