From 4a9148a7b8e6177fa0379980c82326cd44b7c6c0 Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Mon, 2 Jan 2023 20:35:01 +0100 Subject: [PATCH] fix(ci): branch tracker pipeline --- .concourse/branch-tracker.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.concourse/branch-tracker.yml b/.concourse/branch-tracker.yml index d38ced8..f4e694d 100644 --- a/.concourse/branch-tracker.yml +++ b/.concourse/branch-tracker.yml @@ -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))} \ No newline at end of file + - 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))} \ No newline at end of file