mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-13 12:41:21 +00:00
f56f9cb1c0
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
10 lines
129 B
YAML
10 lines
129 B
YAML
labels:
|
|
location: europe
|
|
weather: sun
|
|
hostname: ''
|
|
|
|
steps:
|
|
build:
|
|
image: golang:latest
|
|
commands:
|
|
- go test
|