Extend templates with in-repo config
under review
S
Silver Meerkat
Currently, if I'm using templates in the
drone.yml
file there is nothing that can be used to extend this template. It should be possible to combine templates with in-repo defined pipelines, for example:kind: template
load: go-pr-tester-template@v0.5.0.yaml
data:
projecctID: "49"
---
kind: pipeline
type: docker
name: go-pr-additional-custom-test
steps:
- name: setup-pipeline
image: alpine
commands:
- echo "Hello world"
Log In
N
Nofar Bluestein
under review