mirror of
https://github.com/harness/drone.git
synced 2025-09-04 19:37:44 +00:00
7 lines
104 B
YAML
7 lines
104 B
YAML
kind: pipeline
|
|
load: plugin.starlark
|
|
data:
|
|
stepName: my_step
|
|
image: my_image
|
|
commands: my_command
|