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 ecab2e8 commit b913f7aCopy full SHA for b913f7a
.buildkite/scripts/get-bc-commit.sh
@@ -34,7 +34,7 @@ if [[ -z "$MANIFEST" ]]; then
34
exit 1
35
fi
36
37
-CURRENT_VERSION = $(sed -n 's/^elasticsearch[[:space:]]*=[[:space:]]*\(.*\)/\1/p' build-tools-internal/version.properties)
+CURRENT_VERSION=$(sed -n 's/^elasticsearch[[:space:]]*=[[:space:]]*\(.*\)/\1/p' build-tools-internal/version.properties)
38
39
BC_VERSION=$(echo "$MANIFEST" | jq .version)
40
BC_COMMIT_HASH=$(echo "$MANIFEST" | jq .projects.elasticsearch.commit_hash)
0 commit comments