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

16 lines
175 B
YAML

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