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 48bd22c commit fcd2c92Copy full SHA for fcd2c92
.buildkite/scripts/run-bc-upgrade-tests.sh
@@ -39,7 +39,7 @@ CURRENT_VERSION=$(sed -n 's/^elasticsearch[[:space:]]*=[[:space:]]*\(.*\)/\1/p'
39
BC_VERSION=$(echo "$MANIFEST" | jq .version)
40
BC_COMMIT_HASH=$(echo "$MANIFEST" | jq .projects.elasticsearch.commit_hash)
41
42
-if [ "$CURRENT_VERSION" != "$BC_VERSION" ]; then
+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]."
44
echo "Skipping BC upgrade tests."
45
exit 0
0 commit comments