mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-11 19:48:04 +00:00
10 lines
141 B
YAML
10 lines
141 B
YAML
|
workspace:
|
||
|
base: /go
|
||
|
path: src/github.com/octocat/hello-world
|
||
|
|
||
|
pipeline:
|
||
|
build:
|
||
|
image: golang:latest
|
||
|
commands:
|
||
|
- go test
|