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

14 lines
130 B
YAML

---
kind: pipeline
name: default
clone:
depth: 50
steps:
- name: test
image: golang
commands:
- go build
- go test -v