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

20 lines
172 B
Plaintext

---
kind: pipeline
name: default
platform:
os: linux
arch: amd64
clone:
depth: 50
steps:
- name: test
image: golang
commands:
- go build
- go test -v
...