1
0
mirror of https://github.com/harness/drone.git synced 2022-03-12 19:30:52 +03:00
Files
drone-cicd/plugin/converter/testdata/input.jsonnet.golden
2021-06-03 14:06:57 +01:00

16 lines
226 B
Plaintext

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