mirror of
https://github.com/harness/drone.git
synced 2025-09-04 19:37:44 +00:00
8 lines
121 B
Plaintext
8 lines
121 B
Plaintext
kind: pipeline
|
|
type: docker
|
|
name: defaults
|
|
steps:
|
|
- name: MY_STEP
|
|
image: my_image
|
|
commands:
|
|
- my_command |