mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-29 13:21:10 +00:00
7e708874ae
Adjust pipeline-config to match [Terminology](https://woodpecker-ci.org/docs/next/usage/terminology)
15 lines
187 B
YAML
15 lines
187 B
YAML
branches: master
|
|
|
|
matri:
|
|
GO_VERSION:
|
|
- 1.14
|
|
- 1.13
|
|
|
|
steps:
|
|
test:
|
|
image: golang:${GO_VERSION}
|
|
commands:
|
|
- echo "test ${DATABAS}"
|
|
|
|
build:
|
|
commands: go build
|