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

20 lines
172 B
Plaintext
Raw Normal View History

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