mirror of
https://github.com/harness/drone.git
synced 2022-03-12 19:30:52 +03: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
|