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 caef698 commit a3aa189Copy full SHA for a3aa189
.ci/scripts/resolve-dra-manifest.sh
@@ -16,9 +16,9 @@ BRANCH="${BRANCH:-$2}"
16
ES_VERSION="${ES_VERSION:-$3}"
17
WORKFLOW=${WORKFLOW:-$4}
18
19
-if [[ "$WORKFLOW" == "staging" ]]
+if [[ "$WORKFLOW" == "staging" ]]; then
20
LATEST_BUILD=$(fetch_build $WORKFLOW $ARTIFACT $ES_VERSION)
21
-elif [[ "$WORKFLOW" == "snapshot" ]]
+elif [[ "$WORKFLOW" == "snapshot" ]]; then
22
LATEST_BUILD=$(fetch_build $WORKFLOW $ARTIFACT $BRANCH)
23
else
24
echo "Unknown workflow: $WORKFLOW"
0 commit comments