-
-
Notifications
You must be signed in to change notification settings - Fork 297
Open
Description
What happened?
- With this resource:
- name: mirrors_github_pinniped
type: git
icon: github
tags: [ pinniped-ci-calatrava ]
source:
uri: [email protected]:akeesler/fake-mirrors_github_pinniped.git
tag_regex: v[0-9]+\.[0-9]+\.[0-9]+ # e.g., v0.4.1
private_key: REDACTED-
Because of this, the next
vx.y.ztags that I pushed to the repo did not show up as a resource version because the latest resource version has arefof a SHA1 which filtered out all tags at this line:.Line 161 in 30c1e23
tags=$(git tag --list --sort=creatordate | grep -Ex "$tag_regex" | lines_including_and_after $ref)
What did I expect to happen?
- I hoped to see only resource versions with a
refmatching mytag_regex.
Notes
- Not sure if this functionality has more to do with this git resource type, or the concourse resource checker.
- I am working with Concourse 7.0.0 at https://hush-house.pivotal.io.
chrisRedwine
Metadata
Metadata
Assignees
Labels
No labels
