Currently, I can use only one template definition in my
drone.yml
file. this is limiting template use cases. In my org, it's impossible at all to use templates because of this limitation. It should be able to combine multiple templates in a single pipeline, for example:
kind: template
load: go-builder-template@v0.9.0.yaml
data:
domain: xxx
---
kind: template
load: go-pr-tester-template@v0.5.0.yaml
data:
projecctID: "49"