harness-drone/plugin/converter/testdata/single.jsonnet
2021-06-03 14:06:57 +01:00

14 lines
222 B
Text

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