woodpecker/pipeline/frontend/yaml/linter/schema/.woodpecker/test-array-syntax.yml
Lauris BH 511cfec66a
Fix schema validation with array syntax for clone and services (#2920)
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
Co-authored-by: Anbraten <anton@ju60.de>
2023-12-07 16:56:13 +01:00

25 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