fix(ci): branch tracker pipeline

This commit is contained in:
Peter 2023-01-02 20:35:01 +01:00
parent 83c7aac02c
commit 4a9148a7b8
Signed by: prskr
GPG key ID: C1DB5D2E8DB512F9

View file

@ -33,10 +33,10 @@ jobs:
- get: nurse.git
- load_var: branches
file: feature-branches/branches.json
- across:
- var: branch
values: ((.:branches))
set_pipeline: dev
file: nurse.git/.concourse/branch-validate.yml
instance_vars: {feature: ((.:branch.groups.feature))}
vars: {branch: ((.:branch.name))}
- across:
- var: branch
values: ((.:branches))
set_pipeline: dev
file: nurse.git/.concourse/branch-validate.yml
instance_vars: {feature: ((.:branch.groups.feature))}
vars: {branch: ((.:branch.name))}