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

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