mirror of
https://github.com/harness/drone.git
synced 2025-05-31 11:43:15 +00:00
15 lines
222 B
Jsonnet
15 lines
222 B
Jsonnet
{
|
|
"kind": "pipeline",
|
|
"name": "default",
|
|
"steps": [
|
|
{
|
|
"commands": [
|
|
"my_command"
|
|
],
|
|
"image": "my_image",
|
|
"name": "my_step"
|
|
}
|
|
],
|
|
"type": "docker"
|
|
}
|