pmemkv-java icon indicating copy to clipboard operation
pmemkv-java copied to clipboard

'rc' releases fail on CI

Open lukaszstolarczuk opened this issue 3 years ago • 0 comments

In CI script, function run_example is trying to locate the produced jar file... and is greping files using regex - this is not working properly with RC or SNAPHOST versions (e.g. 1.2.1-rc1). On RC tags the CI will constantly fail.

It should be fixed, e.g., by changing the mentioned function, to behave similarly to our example's README: https://github.com/pmem/pmemkv-java/tree/master/examples#pmemkv-examples

lukaszstolarczuk avatar Aug 02 '22 14:08 lukaszstolarczuk