mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +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
|
@ -4,7 +4,8 @@ distributable:
|
||||||
|
|
||||||
versions:
|
versions:
|
||||||
url: https://mirror.openshift.com/pub/openshift-v4/clients/ocp/
|
url: https://mirror.openshift.com/pub/openshift-v4/clients/ocp/
|
||||||
match: /\d+\.\d+\.\d+/
|
match: />\d+\.\d+\.\d+</
|
||||||
|
strip: [/</, />/]
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
kerberos.org: ^1.21
|
kerberos.org: ^1.21
|
||||||
|
|
Loading…
Reference in a new issue