fix: branch tracker pipeline
All checks were successful
concourse-ci/golangci-lint golangci-lint run
concourse-ci/gotestsum gotestsum

This commit is contained in:
Peter 2022-12-30 21:53:33 +01:00
parent 59d2d26984
commit a52d13e1a0
Signed by: prskr
GPG key ID: C1DB5D2E8DB512F9
2 changed files with 48 additions and 48 deletions

View file

@ -15,7 +15,7 @@ resources:
# group under the `groups` key. # group under the `groups` key.
# #
# e.g. feature/some-feature ==> {"groups": {"feature": "some-feature"}} # e.g. feature/some-feature ==> {"groups": {"feature": "some-feature"}}
branch_regex: '(\d+-|\w+\/|\w+\(\w+\):\s*)(?P<feature>.*)' branch_regex: '(\d+-|\w+\/)(?P<feature>.*)'
- name: nurse.git - name: nurse.git
type: git type: git
@ -36,7 +36,7 @@ jobs:
- across: - across:
- var: branch - var: branch
values: ((.:branches)) values: ((.:branches))
set_pipeline: nurse-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))}