Skip to content

Commit 6177830

Browse files
authored
Use ES_VERSION to resolve manifest for ML (#130077)
Previously BRANCH was used but if there is newer version of the ml-cpp then incorrect version could be used.
1 parent 8629c40 commit 6177830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/resolve-dra-manifest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ BRANCH="${BRANCH:-$2}"
1616
ES_VERSION="${ES_VERSION:-$3}"
1717
WORKFLOW=${WORKFLOW:-$4}
1818

19-
LATEST_BUILD=$(fetch_build $WORKFLOW $ARTIFACT $BRANCH)
19+
LATEST_BUILD=$(fetch_build $WORKFLOW $ARTIFACT $ES_VERSION)
2020

2121
# Commented out because there's only one 7.17 branch now
2222
# LATEST_VERSION=$(strip_version $LATEST_BUILD)

0 commit comments

Comments
 (0)