drone-yaml/yaml/linter/testdata/duplicate_step_service.yml

15 lines
146 B
YAML

---
kind: pipeline
name: default
steps:
- name: test
image: golang
commands:
- go build
- go test
services:
- name: test
image: redis