woodpecker/pipeline/frontend/yaml/linter/schema/.woodpecker/test-array-syntax.yaml
qwerty287 111eb7ef48
Fix dropped env vars (#3969)
Co-authored-by: 6543 <6543@obermui.de>
2024-07-25 17:17:09 +02:00

23 lines
399 B
YAML

clone:
- name: git
image: woodpeckerci/plugin-git
settings:
partial: true
- name: testdata
image: woodpeckerci/plugin-git
settings:
remote: https://gitserver/owner/testdata.git
path: testdata
steps:
- name: build
image: golang
commands:
- go build
- go test
services:
- name: database
image: mysql
- name: cache
image: redis