diff --git a/pipelines/multi-branch/template.yml b/pipelines/multi-branch/template.yml index fe245cb..e417858 100644 --- a/pipelines/multi-branch/template.yml +++ b/pipelines/multi-branch/template.yml @@ -18,6 +18,8 @@ jobs: trigger: true - get: examples - task: unit + vars: + golang: ((golang)) file: examples/tasks/go-test.yml input_mapping: {repo: branch} params: {MODULE: apps/golang}