Skip to content

Commit

Permalink
Add hardcoded qualifier (#3162)
Browse files Browse the repository at this point in the history
  • Loading branch information
navarone-feekery authored Jan 30, 2025
1 parent d4c86f4 commit a819ce4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/publish/publish-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a819ce4

Please sign in to comment.