harness-drone/plugin/converter/testdata/yaml.input.yml
2021-08-24 13:20:44 +01:00

8 lines
No EOL
162 B
YAML

kind: pipeline
type: docker
name: defaults
steps:
- name: {{ upper .input.stepName }}
image: {{ .input.image }}
commands:
- {{ .input.commands }}