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

15 lines
146 B
YAML
Raw Permalink Normal View History

2019-01-23 00:44:17 +01:00
---
kind: pipeline
name: default
steps:
- name: test
image: golang
commands:
- go build
- go test
services:
- name: test
image: redis