When trying to run multiple templates from the same pipeline, only the first template is running -
kind: template
load: deploy.yml
data:
stage: dev
service: dummy
values:
test: 123
---
kind: template
load: deploy.yml
data:
stage: demo
service: dummy
does drone support multiple templates? if not, how this can be achieved?