mirror of
https://github.com/ivabus/pantry
synced 2024-11-25 01:45:06 +03:00
fix(openshift)
closes #6073 (only `-rc`s) use tag delimiters to find version numbers.
This commit is contained in:
parent
d49e317c82
commit
e822b7662e
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ distributable:
|
|||
|
||||
versions:
|
||||
url: https://mirror.openshift.com/pub/openshift-v4/clients/ocp/
|
||||
match: /\d+\.\d+\.\d+/
|
||||
match: />\d+\.\d+\.\d+</
|
||||
strip: [/</, />/]
|
||||
|
||||
dependencies:
|
||||
kerberos.org: ^1.21
|
||||
|
|
Loading…
Reference in a new issue