You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use ES_VERSION to resolve manifest for ML and Beats (#130084) (#130094)
Previously BRANCH was used in all cases, but if there is a newer version of the dependency, the incorrect version could be used. BRANCH is still used for snapshot DRA builds because full version is not available in artifacts-snapshot API.
Additionally, added log what URL is used to fetch manifest and make the curl command fail in case of error like 404 response.
0 commit comments