mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 02:11:01 +00:00
7e708874ae
Adjust pipeline-config to match [Terminology](https://woodpecker-ci.org/docs/next/usage/terminology)
9 lines
138 B
YAML
9 lines
138 B
YAML
workspace:
|
|
base: /go
|
|
path: src/github.com/octocat/hello-world
|
|
|
|
steps:
|
|
build:
|
|
image: golang:latest
|
|
commands:
|
|
- go test
|