drone-yaml/yaml/linter/testdata/duplicate_step_service.yml
2019-01-22 15:44:17 -08:00

15 lines
146 B
YAML

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