From 8f1c7cd9eb6d9f8410ba6afff4f4539276de799d Mon Sep 17 00:00:00 2001 From: Navarone Feekery <13634519+navarone-feekery@users.noreply.github.com> Date: Thu, 30 Jan 2025 15:08:05 +0100 Subject: [PATCH] Add hardcoded qualifier --- .buildkite/publish/publish-common.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.buildkite/publish/publish-common.sh b/.buildkite/publish/publish-common.sh index cda767571..d5be05105 100644 --- a/.buildkite/publish/publish-common.sh +++ b/.buildkite/publish/publish-common.sh @@ -13,6 +13,9 @@ export SCRIPT_DIR="$CURDIR" export BUILDKITE_DIR=$(realpath "$(dirname "$SCRIPT_DIR")") export PROJECT_ROOT=$(realpath "$(dirname "$BUILDKITE_DIR")") +# temporary hard-coded build qualifier, this should be removed once we've released 9.0 +export VERSION_QUALIFIER="${VERSION_QUALIFIER:-beta1}" + source $SCRIPT_DIR/git-setup.sh VERSION_PATH="$PROJECT_ROOT/connectors/VERSION"