From 4de3984cb6e0746224f3d505b9635954ac76f0fb Mon Sep 17 00:00:00 2001 From: Juto Yu Date: Sat, 21 Aug 2021 22:33:52 +0800 Subject: [PATCH] How to pass a var? --- pipelines/multi-branch/template.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/pipelines/multi-branch/template.yml b/pipelines/multi-branch/template.yml index 38cf36d..fe245cb 100644 --- a/pipelines/multi-branch/template.yml +++ b/pipelines/multi-branch/template.yml @@ -18,7 +18,6 @@ jobs: trigger: true - get: examples - task: unit - vars: ((golang)) file: examples/tasks/go-test.yml input_mapping: {repo: branch} params: {MODULE: apps/golang}