drone-yaml/yaml/pretty/testdata/pipeline_clone_depth.yml

14 lines
130 B
YAML
Raw Normal View History

2019-01-23 00:44:17 +01:00
---
kind: pipeline
name: default
clone:
depth: 50
steps:
- name: test
image: golang
commands:
- go build
- go test -v