Browse Source

Stupid mistake

pull/5/head
Juto Yu 4 years ago
parent
commit
133bb02c29
  1. 2
      pipelines/multi-branch/template.yml

2
pipelines/multi-branch/template.yml

@ -18,6 +18,8 @@ jobs:
trigger: true trigger: true
- get: examples - get: examples
- task: unit - task: unit
vars:
golang: ((golang))
file: examples/tasks/go-test.yml file: examples/tasks/go-test.yml
input_mapping: {repo: branch} input_mapping: {repo: branch}
params: {MODULE: apps/golang} params: {MODULE: apps/golang}

Loading…
Cancel
Save