We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8629c40 commit 6177830Copy full SHA for 6177830
.ci/scripts/resolve-dra-manifest.sh
@@ -16,7 +16,7 @@ BRANCH="${BRANCH:-$2}"
16
ES_VERSION="${ES_VERSION:-$3}"
17
WORKFLOW=${WORKFLOW:-$4}
18
19
-LATEST_BUILD=$(fetch_build $WORKFLOW $ARTIFACT $BRANCH)
+LATEST_BUILD=$(fetch_build $WORKFLOW $ARTIFACT $ES_VERSION)
20
21
# Commented out because there's only one 7.17 branch now
22
# LATEST_VERSION=$(strip_version $LATEST_BUILD)
0 commit comments