compose/.drone/.drone.jsonnet

18 lines
219 B
Plaintext
Raw Normal View History

2020-07-29 19:09:10 +00:00
[
{
2020-07-29 19:14:56 +00:00
name: 'test pipe',
2020-07-29 19:09:10 +00:00
kind: 'pipeline',
type: 'docker',
clone: {
disable: false,
depth: 0,
},
2020-07-29 19:14:56 +00:00
steps: [
{
name: 'step',
image: 'alpine',
},
],
2020-07-29 19:09:10 +00:00
}
]