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.z
tags that I pushed to the repo did not show up as a resource version because the latest resource version has aref
of a SHA1 which filtered out all tags at this line:Line 161 in 30c1e23
What did I expect to happen?
- I hoped to see only resource versions with a
ref
matching 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.
Metadata
Metadata
Assignees
Labels
No labels