8 lines
No EOL
121 B
Text
8 lines
No EOL
121 B
Text
kind: pipeline
|
|
type: docker
|
|
name: defaults
|
|
steps:
|
|
- name: MY_STEP
|
|
image: my_image
|
|
commands:
|
|
- my_command |