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 fcd2c92 commit fa54cb0Copy full SHA for fa54cb0
.buildkite/scripts/run-bc-upgrade-tests.sh
@@ -36,8 +36,8 @@ fi
36
37
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)
+BC_VERSION=$(echo "$MANIFEST" | jq -r .version)
+BC_COMMIT_HASH=$(echo "$MANIFEST" | jq -r .projects.elasticsearch.commit_hash)
41
42
if [ "$CURRENT_VERSION-SNAPSHOT" != "$BC_VERSION" ]; then
43
echo "Version [$BC_VERSION] of BC (or snapshot) does not match current version [$CURRENT_VERSION] of branch [$BUILDKITE_BRANCH]."
0 commit comments