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

15 lines
226 B
Text

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