woodpecker/pipeline/frontend/yaml/linter/schema/.woodpecker/test-array-syntax.yaml
qwerty287 f56f9cb1c0
Cleanups + prefer .yaml (#3069)
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
2024-01-11 18:43:54 +01:00

26 lines
411 B
YAML

version: 1
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