Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate action failures #102

Closed
dmikusa opened this issue Nov 8, 2022 · 1 comment · Fixed by #108
Closed

Investigate action failures #102

dmikusa opened this issue Nov 8, 2022 · 1 comment · Fixed by #108
Labels
type:bug A general bug

Comments

@dmikusa
Copy link
Contributor

dmikusa commented Nov 8, 2022

Expected Behavior

Actions should run without failures.

Current Behavior

A few of the update actions are failing. See here and here and here.

They do not seem to be consistently failing, but it's happening frequently enough that we need to investigate and see what is happening.

@dmikusa dmikusa added the type:bug A general bug label Nov 8, 2022
@pivotal-david-osullivan
Copy link
Contributor

This looks like it's caused by a change in the format of the filenames for the v9 RC:

apache-tomee-9.0.0.RC1-plume.tar.gz
vs
apache-tomee-9.0.0-M8-plume.zip

I'm guessing the action matches based on expecting -x.y.z- so the apache-tomee-9.0.0-RC1-plume.tar.gz that gets constructed per the action error would usually be correct, but not for this version due to the 0.RC1.

dmikusa added a commit that referenced this issue Nov 25, 2022
Resolves #102.

Signed-off-by: Daniel Mikusa <dan@mikusa.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug A general bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants