harness-drone/plugin/converter/testdata/yaml.input.yml

8 lines
162 B
YAML
Raw Normal View History

2021-08-24 12:20:44 +00:00
kind: pipeline
type: docker
name: defaults
steps:
- name: {{ upper .input.stepName }}
image: {{ .input.image }}
commands:
- {{ .input.commands }}