-
Notifications
You must be signed in to change notification settings - Fork 181
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
Pre-merge check failure for ogmios deployments #1704
Comments
@rdlrt Not sure I understand. Do you mean between each release there are moments where the ogmios_assets_url will fail to obtain a url and breaks the |
yip - we should ideally loop through asset URL list for ogmios. Typically this wouldnt be an issue as we would only work against a stable release (not pre-release tag), but atm - we prefer ogmios v6.0.0rcX to v5.6.0 |
Closed in commit 7f8ca9b |
Commit 7f8ca9b did not address the Ogmios issue from what I can tell. For example, PR #1707 fails to build unless the @rdlrt Is the preference to keep the Ogmios logic as it is, letting it cause deployment failures? If not I will reopen this issue and submit a PR for review. |
PR #1707 did not have the commit for ogmios fix, it was amended to that commit later |
Describe the bug
Ogmios deployment fails with the following errors during premerge (and local testing from master branch):
To Reproduce
Steps to reproduce the behavior:
-s o
Expected behavior
Ogmios deploys without errors.
Screenshots
Version:
Additional context
Took a closer look during lunch and it seems that browser_download_url exists, however, it is no longer in the response's first indice of the first list.
It is now part of the second (1) indice of the first list
.[1].assets.browser_download_url
:The text was updated successfully, but these errors were encountered: