harness-drone/plugin/converter/testdata/single.jsonnet

15 lines
222 B
Text
Raw Normal View History

{
"kind": "pipeline",
"name": "default",
"steps": [
{
"commands": [
"my_command"
],
"image": "my_image",
"name": "my_step"
}
],
"type": "docker"
}