fix(ci): branch tracker pipeline
This commit is contained in:
parent
83c7aac02c
commit
4a9148a7b8
1 changed files with 7 additions and 7 deletions
|
@ -33,10 +33,10 @@ jobs:
|
||||||
- get: nurse.git
|
- get: nurse.git
|
||||||
- load_var: branches
|
- load_var: branches
|
||||||
file: feature-branches/branches.json
|
file: feature-branches/branches.json
|
||||||
- across:
|
- across:
|
||||||
- var: branch
|
- var: branch
|
||||||
values: ((.:branches))
|
values: ((.:branches))
|
||||||
set_pipeline: dev
|
set_pipeline: dev
|
||||||
file: nurse.git/.concourse/branch-validate.yml
|
file: nurse.git/.concourse/branch-validate.yml
|
||||||
instance_vars: {feature: ((.:branch.groups.feature))}
|
instance_vars: {feature: ((.:branch.groups.feature))}
|
||||||
vars: {branch: ((.:branch.name))}
|
vars: {branch: ((.:branch.name))}
|
Loading…
Reference in a new issue