mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-19 00:11:16 +00:00
7e708874ae
Adjust pipeline-config to match [Terminology](https://woodpecker-ci.org/docs/next/usage/terminology)
14 lines
199 B
YAML
14 lines
199 B
YAML
steps:
|
|
test:
|
|
image: golang:${GO_VERSION}
|
|
commands:
|
|
- echo "test ${DATABASE}"
|
|
|
|
matrix:
|
|
GO_VERSION:
|
|
- 1.4
|
|
- 1.3
|
|
DATABASE:
|
|
- mysql:5.5
|
|
- mysql:6.5
|
|
- mariadb:10.1
|